Skip to content

Commit 8bcc38b

Browse files
authored
BUG: Enable production-deploy on Netlify GitHub Action
Hopefully, this should make itkexamples.netlify.app update with `master` builds.
1 parent 9cd1901 commit 8bcc38b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ jobs:
415415
with:
416416
publish-dir: './site'
417417
production-branch: master
418+
production-deploy: true
418419
github-token: ${{ secrets.GITHUB_TOKEN }}
419420
deploy-message: ${{ github.event.pull_request.title }})
420421
enable-pull-request-comment: true

0 commit comments

Comments
 (0)