Skip to content

Commit 304a12f

Browse files
committed
What if I reorganize the doc folder
1 parent 26634ad commit 304a12f

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
pip install sphinx sphinx_rtd_theme myst_parser
1717
- name: Sphinx build
1818
run: |
19-
sphinx-build doc _build
19+
sphinx-build docs/source docs/build
2020
- name: Deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
2222
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: _build/
26+
publish_dir: docs/build/
2727
force_orphan: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)