Skip to content

Commit

Permalink
Merge pull request #7 from Kijewski/pr-follow-up-6
Browse files Browse the repository at this point in the history
Fix up #6: add missing file
  • Loading branch information
Kijewski authored Jun 18, 2024
2 parents 102a898 + e72296e commit 9c7e4a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-lts-latest
tools:
rust: latest
commands:
- 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
- $HOME/bin/mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html

0 comments on commit 9c7e4a6

Please sign in to comment.