Skip to content

Commit dd492af

Browse files
authored
Fix to publish docs on pushes to main branch (#722)
## Summary - I believe we need to publish docs on pushes to `main` branch, not `gh-pages` (`mkdocs gh-deploy --force` itself pushes to `gh-pages`) - To resolve #641 ## Testing Done None - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent d71297f commit dd492af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish documentation
22
on:
33
push:
44
branches:
5-
- gh-pages
5+
- main
66
permissions:
77
contents: write
88
jobs:

0 commit comments

Comments
 (0)