Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Singh committed Jul 29, 2021
1 parent 8da632a commit e0bd3c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: git commit -am "[Automated Message] Published latest version to NPM"
- run: git push origin HEAD:master
env:
github-token: ${{secrets.GITHUB_TOKEN}}
- run: npm run deploy
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: dist

0 comments on commit e0bd3c2

Please sign in to comment.