Skip to content

Commit

Permalink
BUG: Enable production-deploy on Netlify GitHub Action
Browse files Browse the repository at this point in the history
Hopefully, this should make itkexamples.netlify.app update with `master` builds.
  • Loading branch information
thewtex authored Mar 11, 2021
1 parent 9cd1901 commit 8bcc38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ jobs:
with:
publish-dir: './site'
production-branch: master
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: ${{ github.event.pull_request.title }})
enable-pull-request-comment: true
Expand Down

1 comment on commit 8bcc38b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.