Skip to content

Commit

Permalink
fix(action): fix publish_dir into dist
Browse files Browse the repository at this point in the history
Signed-off-by: hylerrix <[email protected]>
  • Loading branch information
hylerrix committed Sep 24, 2020
1 parent a8c9599 commit 35d72f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./dist
cname: deno-tutorial.js.org

build-and-deploy-cn:
Expand Down Expand Up @@ -54,5 +54,5 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: denocn/deno-tutorial
publish_dir: ./public
publish_dir: ./dist
cname: tutorial.deno.js.cn

0 comments on commit 35d72f7

Please sign in to comment.