Browse Source
👷 Disable saving Zensical's `.cache` in `build-docs.yml` (#16156)
pull/16157/head
Yurii Motov
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
.github/workflows/build-docs.yml
|
|
|
@ -103,10 +103,6 @@ jobs: |
|
|
|
run: uv sync --locked --no-dev --group docs |
|
|
|
- name: Update Languages |
|
|
|
run: uv run ./scripts/docs.py update-languages |
|
|
|
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
|
|
|
with: |
|
|
|
key: zensical-${{ matrix.lang }}-${{ github.ref }} |
|
|
|
path: site_zensical_src/${{ matrix.lang }}/.cache |
|
|
|
- name: Build Docs |
|
|
|
run: | # zizmor: ignore[template-injection] - comes from trusted source |
|
|
|
uv run ./scripts/docs.py build-lang ${{ matrix.lang }} |
|
|
|
|