Skip to content

Commit

Permalink
Publish docs on version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Jan 18, 2024
1 parent 26cbc0d commit c7a9ed0
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/github-pages-deploy-action@4.1.5
# with:
# branch: gh-pages
# folder: docs
- run: npm run docs
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: docs

0 comments on commit c7a9ed0

Please sign in to comment.