Skip to content

Commit

Permalink
Use build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Jan 16, 2024
1 parent 65471d1 commit 35a3b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: cd source

- name: Build HTML
run: sphinx-build -b html . ../../../public
run: sphinx-build -b html . ../../../_build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: documentation
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public/
publish_dir: _build/
force_orphan: true

0 comments on commit 35a3b83

Please sign in to comment.