Skip to content

Commit

Permalink
Update CI to run on master
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar authored Jan 12, 2024
1 parent 49c3fad commit 827257b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main
- master
- book
pull_request:

Expand All @@ -24,4 +24,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book
publish_dir: ./book/book

0 comments on commit 827257b

Please sign in to comment.