We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479e65e commit c08dae4Copy full SHA for c08dae4
1 file changed
.github/workflows/docs.yml
@@ -54,6 +54,10 @@ jobs:
54
if: env.PUBLISH == 'true'
55
run: uv sync --all-extras --dev
56
57
+ - name: Install just
58
+ if: env.PUBLISH == 'true'
59
+ uses: extractions/setup-just@v2
60
+
61
- name: Print python versions
62
63
run: |
@@ -63,7 +67,7 @@ jobs:
67
- name: Build documentation
64
68
65
69
66
- pushd docs; make SPHINXBUILD='uv run sphinx-build' html; popd
70
+ cd docs && just html
71
72
- name: Configure AWS Credentials
73
0 commit comments