Skip to content

Commit 26d811d

Browse files
authored
update ubuntu image to latest
1 parent 27a7a21 commit 26d811d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
env:
@@ -27,4 +27,4 @@ jobs:
2727
# if: ${{ github.ref == 'refs/heads/main' }}
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./public
30+
publish_dir: ./public

0 commit comments

Comments
 (0)