mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 12:21:10 +00:00
Add curl to CI
This commit is contained in:
parent
809f0bc756
commit
0fdc638c26
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ steps:
|
||||||
- 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
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install git -y
|
- apt-get install git curl -y
|
||||||
- ./update-includes.sh
|
- ./update-includes.sh
|
||||||
- mdbook build .
|
- mdbook build .
|
||||||
|
|
Loading…
Reference in a new issue