diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7d269b4..17d2d09 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,11 +3,11 @@ name: github pages on: push: branches: - - main # Set a branch name to trigger deployment + - main jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2