Skip to content

Commit cd8b071

Browse files
authored
Update pages.yml
1 parent 8098a6e commit cd8b071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

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

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: elubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Build
@@ -19,4 +19,4 @@ jobs:
1919
- uses: peaceiris/actions-gh-pages@v3
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
22-
publish_dir: ./public
22+
publish_dir: ./public/public

0 commit comments

Comments
 (0)