chore: update workflows config.

pull/268/head
jaywcjlove 4 years ago
parent 250631d7c7
commit 458aa2ac34

@ -39,6 +39,9 @@ jobs:
- run: npm run build - run: npm run build
- run: npm run test - run: npm run test
- run: npm install @jsdevtools/npm-publish
- run: ./node_modules/.bin/npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
- name: Build and Deploy - name: Build and Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:

Loading…
Cancel
Save