diff --git a/.github/workflows/wangdoc.yml b/.github/workflows/wangdoc.yml index 3214e3a..d05b96f 100644 --- a/.github/workflows/wangdoc.yml +++ b/.github/workflows/wangdoc.yml @@ -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 diff --git a/package.json b/package.json index 3b307d8..30c6cd9 100644 --- a/package.json +++ b/package.json @@ -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 git@github.com:wangdoc/website.git", "chapter": "loppo chapter", + "server": "loppo server", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {