File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Install the latest version of uv
2424 uses : astral-sh/setup-uv@v6
2525
26+ - name : Install dependencies
27+ run : uv sync --group doc
28+
2629 - name : Install just
2730 uses : extractions/setup-just@v3
2831
3437 key : ${{ runner.os }}-torchio-data
3538
3639 - name : Build docs
37- run : just build-docs && ls ~/.cache/torchio
40+ run : just build-docs
3841
3942 - name : Save TorchIO cached data
43+ if : steps.cache-torchio-data-restore.outputs.cache-hit != 'true'
4044 id : cache-torchio-data-save
4145 uses : actions/cache@v4
4246 with :
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ docs_cmd := "uv run --group doc --directory docs"
153153
154154[positional-arguments ]
155155build-docs * args = ' ':
156- {{ docs_cmd}} -- sphinx-build -M html source build
156+ {{ docs_cmd}} -- sphinx-build -M html source build " $@"
157157
158158[positional-arguments ]
159159serve-docs * args = ' ':
You can’t perform that action at this time.
0 commit comments