We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a32d9 commit f942dcaCopy full SHA for f942dca
1 file changed
.github/workflows/build_pipeline.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Deploy to Netlify
33
uses: nwtgck/actions-netlify@v3
34
with:
35
- publish-dir: ./release/wwwroot
+ publish-dir: './release/wwwroot'
36
production-deploy: true
37
- deploy-message: "Deploy from GitHub Actions"
+ env:
38
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
39
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments