We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a61cf commit be29c56Copy full SHA for be29c56
.github/workflows/publish-docs.yml
@@ -30,7 +30,7 @@ jobs:
30
mkdir pages
31
touch pages/.nojekyll
32
cd docs
33
- uv run --frozen --with docs sphinx-build src build
+ uv run --frozen --group docs sphinx-build src build
34
# remove any doctrees dirs which aren't needed for publishing
35
find ./build -type d -name '.doctrees' -exec rm -rf {} +
36
cp -r build/* ../pages/
0 commit comments