Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit e6f362c

Browse files
committed
deploy.yaml: refactor some things
1 parent 4ab5821 commit e6f362c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
- name: Install Nix
2121
uses: cachix/install-nix-action@v24
2222

23-
- name: Authenticate GitHub CLI with PAT
23+
- name: Fetch Nix devShell dependencies
24+
run: |
25+
nix develop --impure --command true
26+
27+
- name: Run build.sh and publish.sh
2428
env:
2529
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2630
run: |

0 commit comments

Comments
 (0)