File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2828 - name : Build Book
2929 run : |
3030 cargo run --release --bin shiroa -- build --path-to-root /shiroa/ -w . github-pages/docs
31+ - name : Build Book (HTML Target)
32+ run : |
33+ cargo run --release --bin shiroa -- build --path-to-root /shiroa/ -w . github-pages/docs --mode static-html
3134 - name : Test
3235 run : cargo test --workspace --no-fail-fast
Original file line number Diff line number Diff line change 4343 node-version : 22.x
4444 - name : Install Artifact Cache
4545 uses : Swatinem/rust-cache@v2
46+ - name : Build Book (HTML Target)
47+ run : |
48+ cargo run --release --bin shiroa -- build --font-path assets/fonts --path-to-root /shiroa/html/ -w . github-pages/docs --mode static-html
49+ mv ./github-pages/dist/ ./github-pages/dist-html/
50+ mkdir -p ./github-pages/dist/
51+ mv ./github-pages/dist-html ./github-pages/dist/html
4652 - name : Build Book
4753 run : |
4854 cargo run --release --bin shiroa -- build --font-path assets/fonts --path-to-root /shiroa/ -w . github-pages/docs
You can’t perform that action at this time.
0 commit comments