Skip to content

Commit

Permalink
Think I get it now?
Browse files Browse the repository at this point in the history
  • Loading branch information
DMoore12 committed Aug 25, 2024
1 parent 41412d1 commit 0897193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Init submodules
run: git submodule update
- name: Build docs
run: cargo rustdoc --lib -- --extend-css Better-Rust-Documentation/Better\ Rust\ documentation\ Dark\ Theme.css
run: cargo rustdoc --lib
- name: Build docs (with theme)
run: cargo rustdoc --lib -- --extend-css "Better-Rust-Documentation/Better Rust documentation Dark Theme.css"

0 comments on commit 0897193

Please sign in to comment.