Skip to content

Commit

Permalink
Merge pull request #13 from MarkE16/fix_publish_dir
Browse files Browse the repository at this point in the history
fix publish_dir
  • Loading branch information
MarkE16 authored Nov 22, 2024
2 parents 774aafb + 28a2a70 commit 39f519e
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 @@ -24,7 +24,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: ./build
publish-dir: ./dist
production-branch: main
deploy-message: ${{ github.event.head_commit.message }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 39f519e

Please sign in to comment.