Skip to content

Commit 0561062

Browse files
fix(ci): deploy path for book
This commit fixes the deploy path (which changes slightly, due to mdbook-linkcheck) Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 5062fd9 commit 0561062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload artifact
6060
uses: actions/upload-pages-artifact@v3
6161
with:
62-
path: ./component-model/book
62+
path: ./component-model/book/html
6363

6464
# Deployment job
6565
deploy:

0 commit comments

Comments
 (0)