Skip to content

Commit

Permalink
build: purge nix doc cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed Nov 18, 2024
1 parent c638e3b commit bf1dd59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- ops/doc # for testing on feature branch
- test/action/purge-doc-cache

jobs:
build:
Expand All @@ -24,6 +25,10 @@ jobs:
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'Cargo.lock', 'Cargo.toml') }}
restore-prefixes-first-match: nix-${{ runner.os }}-
gc-max-store-size-linux: 1073741824
purge: true
purge-prefixes: nix-${{ runner.os }}-
purge-created: 0
purge-primary-key: never

- name: "Add Nix channel"
run: |
Expand Down

0 comments on commit bf1dd59

Please sign in to comment.