Skip to content

Commit

Permalink
Merge pull request #92 from ShellyDCMS/publish-gh-pages-only-once
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
ShellyDCMS committed May 25, 2024
2 parents c0c9105 + 9450227 commit bbccff8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,4 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
with:
dir: docs
branch: gh-pages
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit bbccff8

Please sign in to comment.