Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Oct 31, 2024
1 parent 36302dc commit 3280835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
run: actions/setup-node@v3
uses: actions/setup-node@v3
with:
node-version: 20.x

Expand All @@ -34,10 +34,10 @@ jobs:
CI: true

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

0 comments on commit 3280835

Please sign in to comment.