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.
2 parents 34c869c + 1fd7553 commit d115bdfCopy full SHA for d115bdf
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
exit 1
15
fi
16
- name: Install nix
17
- uses: cachix/install-nix-action@v29
+ uses: cachix/install-nix-action@v30
18
with:
19
nix_path: nixpkgs=channel:nixos-23.05
20
- name: Check documentation site builds
.github/workflows/deploy-documentation.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Pages
31
uses: actions/configure-pages@v5
32
33
34
35
36
- name: Build
0 commit comments