Skip to content

Commit

Permalink
chore: fix wrong dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Sep 5, 2023
1 parent bc94c07 commit e826772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wangdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ secrets.WANGDOC_BOT_TOKEN }}
branch: master # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
target-folder: dist/typescript
target-folder: dist/webapi
clean: true # Automatically remove deleted files from the deploy branch
commit-message: update from TypeScript tutorial
commit-message: update from WebAPI tutorial

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/webapi --branch master --add --repo [email protected]:wangdoc/website.git",
"chapter": "loppo chapter",
"server": "loppo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit e826772

Please sign in to comment.