Skip to content

Commit f942dca

Browse files
Update build_pipeline.yml
1 parent a4a32d9 commit f942dca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Deploy to Netlify
3333
uses: nwtgck/actions-netlify@v3
3434
with:
35-
publish-dir: ./release/wwwroot
35+
publish-dir: './release/wwwroot'
3636
production-deploy: true
37-
deploy-message: "Deploy from GitHub Actions"
37+
env:
3838
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3939
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)