Skip to content

Commit

Permalink
cache all the things, or something
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksrutins committed Dec 29, 2023
1 parent 99cef4a commit d4cd61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:
with:
name: aleksrutins
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
pushFilter: '*cheetah*.drv'
- name: Build package
run: nix build
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v13
with:
name: aleksrutins
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/configure-pages@v2
- name: Build Site
working-directory: 'docs'
Expand Down

0 comments on commit d4cd61a

Please sign in to comment.