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

Commit e2371a2

Browse files
authored
Update npm-publish.yml
1 parent 45e98e9 commit e2371a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
node-version: "12.x"
2222
registry-url: "https://registry.npmjs.org"
2323
- run: npm install
24+
- run: npm run deploy # deploys to gh-pages
2425
- run: npm publish
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)