mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-05 23:03:07 +00:00
Fix mdBook deploy artifact path
This commit is contained in:
parent
11e860911b
commit
005c1e8232
5
.github/workflows/deploy-pages.yml
vendored
5
.github/workflows/deploy-pages.yml
vendored
@ -29,8 +29,7 @@ jobs:
|
||||
|
||||
- name: Build book
|
||||
run: |
|
||||
cd book
|
||||
mdbook build
|
||||
mdbook build book
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
@ -38,7 +37,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: 'book/book'
|
||||
path: 'target/book'
|
||||
|
||||
deploy:
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user