1
0
Fork 0

add job to test building documentation in pull requests

This commit is contained in:
ibizaman 2023-12-08 11:46:45 -08:00 committed by Pierre Penninckx
parent 49913ca4b6
commit 7e45ba887a

View file

@ -16,7 +16,16 @@ jobs:
with:
name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
- name: Run tests
run: |
nix run github:Mic92/nix-fast-build -- \
--skip-cached --no-nom \
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
- name: Test building docs
run: |
nix \
--print-build-logs \
--option keep-going true \
--show-trace \
build .#manualHtml