Skip to content

Commit 6f07a64

Browse files
authored
Merge pull request #29 from malmans2/deploy-docs
deploy documentation
2 parents 9205d40 + 56dea80 commit 6f07a64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/on-push.yml

+6
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ jobs:
129129
- name: Build documentation
130130
run: |
131131
make docs-build
132+
- name: Deploy documentation
133+
if: github.ref == 'refs/heads/main'
134+
uses: peaceiris/actions-gh-pages@v3
135+
with:
136+
github_token: ${{ secrets.GITHUB_TOKEN }}
137+
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)