Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Apr 4, 2024
1 parent 39dd7e3 commit 4364294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Sphinx: Render docs"
on:
push:
branches:
- 'master'
- 'main'

env:
GIT_USER_NAME: BattINFO Developers
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
Expand Down

0 comments on commit 4364294

Please sign in to comment.