We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb8964 commit e4d4aafCopy full SHA for e4d4aaf
1 file changed
.github/workflows/test_python.yml
@@ -43,14 +43,10 @@ jobs:
43
else
44
echo "DEPLOYMENT=stable" >> $GITHUB_ENV
45
fi
46
- echo "============================== Info ================================"
47
- echo "DEPLOYMENT=$DEPLOYMENT"
48
- echo "VERSION=$VERSION"
49
- echo "===================================================================="
50
51
- name: Build doc
52
shell: bash
53
- run: sphinx-build ${GITHUB_WORKSPACE}/docs _build/html
+ run: uv run sphinx-build ${GITHUB_WORKSPACE}/docs _build/html
54
55
- uses: ./.github/actions/publish-docs
56
with:
0 commit comments