Skip to content

Commit

Permalink
Added caching to website build
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Feb 1, 2025
1 parent d357fd6 commit 7d7585e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- uses: actions/cache@v4
with:
path: /nix/store
key: cache-${{ hashFiles('**/*.lock') }}

- run: nix build

- run: mkdir -p out && cp -r ./result/* out
Expand Down

0 comments on commit 7d7585e

Please sign in to comment.