Skip to content

Commit

Permalink
Update gh workflow to push changes to ghpages from main
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau authored Jun 14, 2022
1 parent ef441ae commit 18e88f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: deploy-book
on:
push:
branches:
- v2
- main
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder has been modified.
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./source/_build/html
publish_dir: ./source/_build/html

0 comments on commit 18e88f3

Please sign in to comment.