Use Cachix
This commit is contained in:
parent
d1ed030062
commit
77190c21f0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: aleksrutins
|
||||
- uses: actions/configure-pages@v2
|
||||
- name: Build Site
|
||||
run: 'nix build .'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue