Skip to content

Commit 35d72f7

Browse files
committed
fix(action): fix publish_dir into dist
Signed-off-by: hylerrix <[email protected]>
1 parent a8c9599 commit 35d72f7

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
publish_dir: ./public
29+
publish_dir: ./dist
3030
cname: deno-tutorial.js.org
3131

3232
build-and-deploy-cn:
@@ -54,5 +54,5 @@ jobs:
5454
with:
5555
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
5656
external_repository: denocn/deno-tutorial
57-
publish_dir: ./public
57+
publish_dir: ./dist
5858
cname: tutorial.deno.js.cn

0 commit comments

Comments
 (0)