Skip to content

Commit

Permalink
Upload build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbujanic committed Feb 12, 2024
1 parent e1480d3 commit 9929d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: dist/storybook

deploy:
needs: upload-artifact
needs: build
runs-on: ubuntu-latest
name: Deploy to GitHub Pages
steps:
Expand All @@ -58,4 +58,4 @@ jobs:
name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
with:
token: ${{ github.token }}
token: ${{ github.token }}

0 comments on commit 9929d30

Please sign in to comment.