Skip to content

Commit be29c56

Browse files
committed
use docs group reference
1 parent f5a61cf commit be29c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mkdir pages
3131
touch pages/.nojekyll
3232
cd docs
33-
uv run --frozen --with docs sphinx-build src build
33+
uv run --frozen --group docs sphinx-build src build
3434
# remove any doctrees dirs which aren't needed for publishing
3535
find ./build -type d -name '.doctrees' -exec rm -rf {} +
3636
cp -r build/* ../pages/

0 commit comments

Comments
 (0)