mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
flake: move documentation building from CI to flake check
This commit is contained in:
parent
eecd2ab3ce
commit
e8d6b60a2b
2 changed files with 26 additions and 20 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -21,4 +21,3 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check --all-systems --builders ""
|
||||
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
|
||||
- run: nix build .#docs --show-trace --builders ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue