Skip to content

Commit

Permalink
Publish docs on version publish (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Jan 18, 2024
1 parent 26cbc0d commit e0b5261
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# - run: npm run docs
# - name: Deploy docs
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs
- run: npm run docs
- name: Deploy docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs

0 comments on commit e0b5261

Please sign in to comment.