File tree Expand file tree Collapse file tree 9 files changed +0
-787
lines changed
Expand file tree Collapse file tree 9 files changed +0
-787
lines changed Original file line number Diff line number Diff line change 7171 persist-credentials : false
7272 - name : Install mdbook
7373 run : cargo install mdbook
74- - name : Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
75- run : PATH="$HOME/.cargo/bin:$PATH" ./update-theme.py
76- working-directory : book
7774 - name : Convert the book to HTML
7875 run : $HOME/.cargo/bin/mdbook build
7976 working-directory : book
Original file line number Diff line number Diff line change 1313
1414 # Install mdbook.
1515 - cargo install mdbook
16- # Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
17- - book/update-theme.py
1816 # Convert the book to HTML.
1917 - mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html
2018 # Make the ads readable.
Original file line number Diff line number Diff line change @@ -10,6 +10,4 @@ edition = "2021"
1010[output .html ]
1111git-repository-url = " https://github.com/askama-rs/askama/tree/master/book"
1212edit-url-template = " https://github.com/askama-rs/askama/tree/master/book/{path}"
13- additional-css = [" theme/pagetoc.css" ]
14- additional-js = [" theme/pagetoc.js" ]
1513playground.runnable = false
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments