Skip to content

Commit cde730c

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build with mdBook
4343
run: mdbook build
4444
- name: Build with mdBook-epub
45-
run: mdbook-epub --standalone true
45+
run: mdbook-epub --standalone .
4646
- name: Upload artifact
4747
uses: actions/upload-artifact@v4
4848
with:

.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)