Skip to content

Commit

Permalink
Merge pull request #8 from Kijewski/pr-execute-generate-index-hbs
Browse files Browse the repository at this point in the history
Actually execute update-theme.py
  • Loading branch information
Kijewski authored Jun 18, 2024
2 parents 9c7e4a6 + 82eb276 commit 230b081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ version: 2
build:
os: ubuntu-lts-latest
tools:
rust: latest
python: "3.12"
commands:
# Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
- book/update-theme.py
# Install mdbook.
- mkdir -p $HOME/bin
- curl --location --silent --show-error --fail https://github.com/cargo-bins/cargo-quickinstall/releases/download/mdbook-0.4.40/mdbook-0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xzvvf - -C $HOME/bin
# Convert the book to HTML.
- $HOME/bin/mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html

0 comments on commit 230b081

Please sign in to comment.