mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 04:11:09 +00:00
toolchain
This commit is contained in:
parent
6990bbee27
commit
8a27be2814
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ pipeline:
|
||||||
- prettier -c src
|
- prettier -c src
|
||||||
|
|
||||||
check_documentation_build:
|
check_documentation_build:
|
||||||
image: rust:1.68-slim-bullseye
|
image: rust:1.61-slim-buster
|
||||||
commands:
|
commands:
|
||||||
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
|
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
|
||||||
--rev 9d8147c --force --debug
|
--rev 9d8147c --force --debug
|
||||||
|
|
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "1.61"
|
||||||
|
targets = []
|
Loading…
Reference in a new issue