1
0
Fork 0
This commit is contained in:
ibizaman 2023-11-30 09:14:54 -08:00
parent 4b510a902a
commit 7c1f4764ad

View file

@ -15,3 +15,10 @@ jobs:
name: selfhostblocks name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L - run: nix flake check -L
- name: WIP check docs can be built
run: |
nix \
--print-build-logs \
--option keep-going true \
--show-trace \
build .#manualHtml