Harden book .nojekyll step

This commit is contained in:
andrussal 2025-12-10 06:36:04 +01:00
parent 2fa5fe7973
commit 235d021c33

View File

@ -488,7 +488,9 @@ jobs:
- name: Build book
run: mdbook build book
- name: Add .nojekyll
run: touch book/book/.nojekyll
run: |
mkdir -p book/book
touch book/book/.nojekyll
- name: Check links
run: mdbook-linkcheck -s book
- name: Setup Pages