Skip to content

Commit

Permalink
Cache nix
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaq committed Oct 16, 2023
1 parent 2b9c5b4 commit 1cc5d89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: actions/configure-pages@v3
- name: Checkout repo
uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: /nix
key: ${{ runner.os }}-${{ hashFiles("flake.lock") }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build release
Expand Down

0 comments on commit 1cc5d89

Please sign in to comment.