Skip to content

Commit eb2683e

Browse files
committed
Update static.yml
1 parent c9a98d8 commit eb2683e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
3737
- name: Build Sphinx documentation
3838
run: |
39-
sphinx-build -b html ./docs/source ./docs/build/html
39+
sphinx-build -b html ./docs/source ./docs/html
4040
4141
- name: Upload Pages artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: ./docs/build/html # Dossier contenant la doc HTML générée
44+
path: ./docs/html # Dossier contenant la doc HTML générée
4545

4646
- name: Deploy to GitHub Pages
4747
id: deployment

0 commit comments

Comments
 (0)