Skip to content

Commit 3ad57ad

Browse files
committed
Fix flow
1 parent ee36efe commit 3ad57ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: pages
4848
uses: actions/configure-pages@v4
4949
- name: Make sphinx html
50-
run: make html
50+
run: poetry run sphinx-build -b html . _build
5151
working-directory: docs
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)