Skip to content

Commit 004f3d8

Browse files
committed
Fix directory.
1 parent f4b4a4a commit 004f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Deploy to Netlify
2525
uses: nwtgck/actions-netlify@v3.0
2626
with:
27-
publish-dir: './dist'
27+
publish-dir: './site'
2828
production-branch: master
2929
github-token: ${{ secrets.PERSONAL_TOKEN }}
3030
deploy-message: "Deploy from GitHub Actions"

0 commit comments

Comments
 (0)