Skip to content

Commit 7189a1c

Browse files
authored
Update main.yml
1 parent df0de0d commit 7189a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.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
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./public
30+
publish_dir: ./public

0 commit comments

Comments
 (0)