Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
semdy committed Jul 24, 2023
1 parent 39af1d4 commit 05fab35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish gh-pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs
# clean: true
- name: Publish gh-pages
uses: JamesIves/[email protected]
with:
branch: main
folder: demo
clean: true

0 comments on commit 05fab35

Please sign in to comment.