Skip to content

Commit

Permalink
Try deployment from jb (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre authored Oct 29, 2024
1 parent 63ae442 commit 7dbab07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ jobs:
with:
name: doc
path: doc/_build/html

# Push the HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/_build/html

0 comments on commit 7dbab07

Please sign in to comment.