use correct cache name for pushing to cachix (#330)
This commit is contained in:
parent
8700b76403
commit
4479a68f32
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
@ -34,9 +34,10 @@ jobs:
|
|||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
||||
- uses: cachix/cachix-action@v14
|
||||
- name: Setup Caching
|
||||
uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: mycache
|
||||
name: selfhostblocks
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Build docs
|
||||
|
|
Loading…
Reference in a new issue