mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Fix mdBook deploy artifact path
This commit is contained in:
parent
11e860911b
commit
005c1e8232
7
.github/workflows/deploy-pages.yml
vendored
7
.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:
|
||||
@ -49,4 +48,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user