Skip to content

Commit

Permalink
Fix directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Oct 20, 2024
1 parent f4b4a4a commit 004f3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.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: './dist'
publish-dir: './site'
production-branch: master
github-token: ${{ secrets.PERSONAL_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
Expand Down

0 comments on commit 004f3d8

Please sign in to comment.