Browse Source

👷 Disable saving Zensical's `.cache` in `build-docs.yml` (#16156)

pull/16157/head
Yurii Motov 2 weeks ago
committed by GitHub
parent
commit
c39c4566fd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build-docs.yml

4
.github/workflows/build-docs.yml

@ -103,10 +103,6 @@ jobs:
run: uv sync --locked --no-dev --group docs run: uv sync --locked --no-dev --group docs
- name: Update Languages - name: Update Languages
run: uv run ./scripts/docs.py 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 - name: Build Docs
run: | # zizmor: ignore[template-injection] - comes from trusted source run: | # zizmor: ignore[template-injection] - comes from trusted source
uv run ./scripts/docs.py build-lang ${{ matrix.lang }} uv run ./scripts/docs.py build-lang ${{ matrix.lang }}

Loading…
Cancel
Save