Skip to content

Commit

Permalink
ci: disable doc test workflow cache to avoid excessive space wasting
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Mar 3, 2024
1 parent c975043 commit ac4a292
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@ jobs:
if: ${{ matrix.docs.ref != 'main' }}

- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
uses: actions/cache@v4
with:
path: ~/.cache/bazel
key: bazel-gen-docs-${{ matrix.docs.ref }}

- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip

- name: Generate docs
run: bash ./build-docs.sh
Expand Down

0 comments on commit ac4a292

Please sign in to comment.