Skip to content

Commit

Permalink
Not building into folders with branch name anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent 1df5909 commit 986817a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
- name: Build documentation
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
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: docs/_build/html
keep_files: True

0 comments on commit 986817a

Please sign in to comment.