Skip to content

Commit c979de5

Browse files
committed
Cambio de rutas de compilación
1 parent bab6e36 commit c979de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
pip install sphinx sphinx_rtd_theme
1414
- name: Sphinx build
1515
run: |
16-
sphinx-build doc _build
16+
sphinx-build docs/source docs/build
1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v3
1919
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2020
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/testing' }}
2121
with:
2222
publish_branch: gh-pages
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
24-
publish_dir: _build/
24+
publish_dir: docs/build/html
2525
force_orphan: true

0 commit comments

Comments
 (0)