Skip to content

Commit

Permalink
update os
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Sep 11, 2023
1 parent 6e7750a commit 77e2237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_dir: ./site

0 comments on commit 77e2237

Please sign in to comment.