Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Have docs use it's own cache. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Oct 14, 2021
1 parent 9a5229f commit 1d7c172
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
- uses: actions/checkout@v2

# Caches and restores the Bazel outputs.
- name: Retain Bazel cache
- name: Retain Bazel docs cache
uses: actions/cache@v2
env:
cache-name: bazel-cache
cache-name: bazel-docs-cache
with:
path: |
~/.cache/bazelisk
~/.cache/bazel
~/.cargo
key: ${{ runner.os }}-${{ env.cache-name }}

- name: Build docs
Expand Down

0 comments on commit 1d7c172

Please sign in to comment.