File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments