mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-08 08:13:12 +00:00
Fix mdBook output paths for Pages
This commit is contained in:
parent
3ba373bb2b
commit
de24524d25
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -486,9 +486,9 @@ jobs:
|
||||
- name: Markdown lint
|
||||
run: npx -y markdownlint-cli2 "book/src/**/*.md"
|
||||
- name: Build book
|
||||
run: mdbook build book -d target/book
|
||||
run: mdbook build book
|
||||
- name: Add .nojekyll
|
||||
run: touch target/book/.nojekyll
|
||||
run: touch book/book/.nojekyll
|
||||
- name: Check links
|
||||
run: mdbook-linkcheck -s book
|
||||
- name: Setup Pages
|
||||
@ -498,7 +498,7 @@ jobs:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: target/book
|
||||
path: book/book
|
||||
|
||||
deploy_book:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user