Skip to content

Commit

Permalink
ci: fix deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic committed Nov 12, 2024
1 parent d5d5d99 commit 7aa04aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-24.05
- name: Build docs site
run: nix-shell --run './build.sh'
- name: Upload built site
Expand Down

0 comments on commit 7aa04aa

Please sign in to comment.