Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit f3efeb2

Browse files
authored
Update deploy.yml
1 parent 49de5bc commit f3efeb2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/deploy.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: cachix/install-nix-action@v23
2727
with:
28-
nix_path: nixpkgs=channel:nixos-unstable
29-
- run: nix build
28+
nix_path: nixpkgs=channel:nixos-unstable
29+
- uses: cachix/cachix-action@v12
30+
with:
31+
name: docs
32+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
33+
- run: nix build .#codemod -L
34+
3035

3136
deploy:
3237
needs: build

0 commit comments

Comments
 (0)