Skip to content

Commit

Permalink
fix: github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 4, 2024
1 parent d0e0701 commit 357a687
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:

- name: Prepare and deploy
if: ${{ github.ref == 'refs/heads/master' }}
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/storybook/@swimlane/ngx-graph
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ./dist/storybook/@swimlane/ngx-graph
clean: true
env:
CI: true

0 comments on commit 357a687

Please sign in to comment.