Skip to content

Commit 101cfad

Browse files
author
kumar
committed
changed the main branch for documentation
1 parent 1623b62 commit 101cfad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22
on:
33
push:
44
branches:
5-
- 462_python_hosted_documentation
5+
- main
66

77
jobs:
88
docs:
@@ -22,7 +22,7 @@ jobs:
2222
docs-folder: "docs/"
2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
25-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/462_python_hosted_documentation' }}
25+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)