Skip to content

Commit

Permalink
chore: update docs publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Dec 14, 2023
1 parent a25aad4 commit f49f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git add package.json
git commit -m "Update package version"
git push
- run: cd docs && npm publish
- run: cd docs && npm build && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Get version
Expand Down

0 comments on commit f49f33b

Please sign in to comment.