Try fixing deploy

This commit is contained in:
Jan Dvorak
2021-10-19 10:03:23 +02:00
parent ebd2742563
commit 3382fcbf09

View File

@@ -20,7 +20,7 @@ jobs:
- name: Deploy to Netlify for preview
uses: nwtgck/actions-netlify@v1.2.2
with:
publish-dir: './docs/public'
publish-dir: './docs/public/'
production-branch: devel
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"