Skip to content

Commit

Permalink
Add deploy pages back
Browse files Browse the repository at this point in the history
  • Loading branch information
thjsal committed Nov 10, 2023
1 parent a4f0b29 commit 04409ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,13 @@ jobs:
mkdir build/html/py2
mv ../../../../py2/* build/html/py2/
working-directory: docs/

- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: docs/build/html
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 04409ef

Please sign in to comment.