Skip to content

Commit

Permalink
Add cachix step to netlify workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
djacu committed Feb 9, 2024
1 parent 3072012 commit c98f2c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Cachix
uses: cachix/cachix-action@v14
with:
name: djacu-nixos-modules-lessons
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Build Site
run: |
nix build .#site
Expand Down

0 comments on commit c98f2c8

Please sign in to comment.