We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54565 commit 3d129bcCopy full SHA for 3d129bc
.github/workflows/nix.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: cachix/cachix-action@v10
20
with:
21
name: numtide
22
- signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
23
- run: ./ci.sh
24
docs:
25
strategy:
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
- run: |
37
nix-build -A docs
38
cp -r "$(readlink ./result)" book
0 commit comments