diff --git a/.github/workflows/bookdown.yaml b/.github/workflows/bookdown.yaml index 5f3d062..a93cb04 100644 --- a/.github/workflows/bookdown.yaml +++ b/.github/workflows/bookdown.yaml @@ -49,7 +49,7 @@ jobs: uses: nwtgck/actions-netlify@v1.2 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 }})' diff --git a/_output.yml b/_output.yml index 335472b..707faad 100644 --- a/_output.yml +++ b/_output.yml @@ -21,4 +21,4 @@ bookdown::gitbook:
  • Happy Git and GitHub for the useR
  • after: |
  • Published with bookdown
  • - edit: https://github.com/jennybc/happy-git-with-r/edit/master/%s + edit: https://github.com/jennybc/happy-git-with-r/edit/main/%s