Skip to content

Commit 9c7e4a6

Browse files
authored
Merge pull request #7 from Kijewski/pr-follow-up-6
Fix up #6: add missing file
2 parents 102a898 + e72296e commit 9c7e4a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+
version: 2
4+
5+
build:
6+
os: ubuntu-lts-latest
7+
tools:
8+
rust: latest
9+
commands:
10+
- mkdir -p $HOME/bin
11+
- 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
12+
- $HOME/bin/mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)