Skip to content

Commit 0ee69bb

Browse files
authored
Update hugo.yml
1 parent 6d066bd commit 0ee69bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
with:
@@ -27,4 +27,4 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
2929
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
30-
publish_dir: ./public
30+
publish_dir: ./public

0 commit comments

Comments
 (0)