mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
ci: update manual updater to 23.05
Fix https://github.com/LnL7/nix-darwin/issues/709.
This commit is contained in:
parent
9d6702cf2b
commit
df03a145b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-manual.yml
vendored
2
.github/workflows/update-manual.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build manual
|
- name: Build manual
|
||||||
run: |
|
run: |
|
||||||
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-22.11-darwin -I darwin=. -A manualHTML
|
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.05-darwin -I darwin=. -A manualHTML
|
||||||
|
|
||||||
- name: Push update to manual
|
- name: Push update to manual
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue