Skip to content

Commit bd4289a

Browse files
Fix Doc workflow (#6)
* fix duplicated TimePeriod model * Fix bug around TimePeriod comparison and add some more utility methods to that effect * add quick way to access messages * remove unused portions of docs for the time being * satisfy flake8, remove unused imports * fix so that docs build off main branch
1 parent 114ce00 commit bd4289a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Deploy documentation
2828
uses: peaceiris/actions-gh-pages@v4
29-
if: github.event_name == 'push' && github.ref == 'refs/heads/docs'
29+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3030
with:
3131
publish_branch: gh-pages
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)