mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
Fix up #6: add missing file
In #6 I forgot to add the most importand file of the PR: .readthedocs.yaml
This commit is contained in:
parent
3c4d9202d2
commit
e72296e90d
12
.readthedocs.yaml
Normal file
12
.readthedocs.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user