Main is now the production branch

This commit is contained in:
Hadley Wickham 2021-12-08 08:17:42 -06:00
parent a1170ea095
commit fc8cace49c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
uses: nwtgck/actions-netlify@v1.1
with:
publish-dir: './_book'
production-branch: master
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message:
'Deploy from GHA: ${{ github.event.pull_request.title || github.event.head_commit.message }} (${{ github.sha }})'