We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c9599 commit 35d72f7Copy full SHA for 35d72f7
.github/workflows/gh-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: peaceiris/actions-gh-pages@v3
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
- publish_dir: ./public
+ publish_dir: ./dist
30
cname: deno-tutorial.js.org
31
32
build-and-deploy-cn:
@@ -54,5 +54,5 @@ jobs:
54
55
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
56
external_repository: denocn/deno-tutorial
57
58
cname: tutorial.deno.js.cn
0 commit comments