This commit is contained in:
Felix Ableitner 2021-10-25 12:53:17 +02:00
parent b51819bfd1
commit 702aef3c32

View file

@ -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 curl - apt-get install curl -y
- ./update-includes.sh - ./update-includes.sh
- mdbook build . - mdbook build .