mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Harden book .nojekyll step
This commit is contained in:
parent
2fa5fe7973
commit
235d021c33
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user