We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1623b62 commit 101cfadCopy full SHA for 101cfad
.github/workflows/documentation.yml
@@ -2,7 +2,7 @@ name: Documentation
2
on:
3
push:
4
branches:
5
- - 462_python_hosted_documentation
+ - main
6
7
jobs:
8
docs:
@@ -22,7 +22,7 @@ jobs:
22
docs-folder: "docs/"
23
- name: Deploy
24
uses: peaceiris/actions-gh-pages@v3
25
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/462_python_hosted_documentation' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: docs/_build/html
0 commit comments