Skip to content

Commit 9af5576

Browse files
committed
ci: fix generate epub
1 parent f14a95a commit 9af5576

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mdbook build
9898
cargo run --bin lfp src
9999
- name: Run epub backend
100-
run: mdbook-epub --standalone true
100+
run: mdbook-epub --standalone .
101101
- name: Validate references
102102
run: bash ci/validate.sh
103103
- name: Check for broken links

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build with mdBook
7373
run: mdbook build
7474
- name: Build with mdBook-epub
75-
run: mdbook-epub --standalone true
75+
run: mdbook-epub --standalone .
7676

7777
# Deploy
7878
- name: Deploy

0 commit comments

Comments
 (0)