Skip to content

Commit

Permalink
Merge pull request #17 from ErnestoFGonzalez/fix-docs-workflow
Browse files Browse the repository at this point in the history
Fix docs workflow
  • Loading branch information
ernestofgonzalez committed Jan 17, 2023
2 parents 14c0faf + 6f5b262 commit ed8bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sphinx-build docs _build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ed8bf08

Please sign in to comment.