Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Sep 25, 2024
1 parent f11a40b commit 46cacad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: .frontend/dist
publish-dir: frontend/dist
production-branch: main
production-deploy: true
deploy-message: Deploy from GitHub Actions
Expand Down

0 comments on commit 46cacad

Please sign in to comment.