Gitea Act Runner Deploy updated 2
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 35s

This commit is contained in:
Alan Youngblood 2024-03-08 14:10:14 -05:00
parent de471801ec
commit 9544f02a3d

View File

@ -22,7 +22,7 @@ jobs:
- uses: https://github.com/nwtgck/actions-netlify@v2.0
name: Deploy
with:
publish-dir: "./dist"
publish-dir: "./public"
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deployed from Gitea Action"