Skip to content

Commit

Permalink
Build gh pages to folder named after branch of source
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent 0015809 commit 1df5909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
sphinx-build -M html docs/source docs/_build -E
mkdir -p dist/${GITHUB_REF#refs/heads/}/
cp -R docs/_build dist/${GITHUB_REF#refs/heads/}/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1df5909

Please sign in to comment.