Skip to content

Commit

Permalink
Fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Apr 17, 2024
1 parent ee36efe commit 3ad57ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Make sphinx html
run: make html
run: poetry run sphinx-build -b html . _build
working-directory: docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3ad57ad

Please sign in to comment.