Skip to content

Commit ec84354

Browse files
liujupingJackLian
authored andcommitted
chore: update docs publish action
1 parent ef573d3 commit ec84354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git add package.json
2727
git commit -m "chore(docs): publish documentation"
2828
git push
29-
- run: cd docs && npm publish
29+
- run: cd docs && npm build && npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
- name: Get version

0 commit comments

Comments
 (0)