Skip to content

Commit

Permalink
Update build_docs.yml (#423)
Browse files Browse the repository at this point in the history
main branch is called master not main here
  • Loading branch information
bwheelz36 committed May 15, 2023
1 parent 434ac43 commit 8334524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build docs
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs

0 comments on commit 8334524

Please sign in to comment.