From c4da98f31821118c668670e66e83dc71f684320e Mon Sep 17 00:00:00 2001 From: idanran <96647698+idanran@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:17:37 +0800 Subject: [PATCH] Update build-gh-pages.yml (#814) Signed-off-by: idanran <96647698+idanran@users.noreply.github.com> --- .github/workflows/build-gh-pages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index 61715d9e..bd4b9999 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -11,10 +11,10 @@ on: jobs: build-mtf-dot-wiki: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -44,17 +44,17 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 deploy-mtfwiki-dot-com: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: build-mtf-dot-wiki if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0