Skip to content

Commit 299dc8c

Browse files
committed
chore: Update workflows config.
1 parent 70a647f commit 299dc8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
</body></html>
4747
EOF
4848
49+
- run: git status
50+
- run: npm install @jsdevtools/npm-publish -g
51+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
52+
4953
- name: Deploy
5054
uses: peaceiris/actions-gh-pages@v3
5155
with:

0 commit comments

Comments
 (0)