Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Dec 14, 2024
1 parent 4b7ba21 commit 80fd234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'build'
path: 'dist'
deploy:
if: github.ref == 'refs/heads/deploy'
needs: build
Expand Down

0 comments on commit 80fd234

Please sign in to comment.