Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit cf2e925

Browse files
authored
update .github/workflows/js-test-and-release.yml (#235)
1 parent 40c4a66 commit cf2e925

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/js-test-and-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,6 @@ jobs:
144144
env:
145145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146146
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
147+
- run: npm run --if-present docs
148+
env:
149+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)