Skip to content

Commit d0ea5dd

Browse files
authored
update .github/workflows/js-test-and-release.yml (libp2p#239)
1 parent ef50bc7 commit d0ea5dd

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)