mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Restore update-includes.sh script in CI (#259)
* Restore update-includes.sh script in CI
It was removed in 0dc13b4ea1
and since
then the CI build throws a bunch of errors but still exits with status
code 0.
* Add missing dependencies for update-includes.sh script
---------
Co-authored-by: ziflit <ziflit@no-reply.github.com>
This commit is contained in:
parent
b83e257ab4
commit
379c208ea7
1 changed files with 2 additions and 0 deletions
|
@ -28,9 +28,11 @@ pipeline:
|
||||||
check_documentation_build:
|
check_documentation_build:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
|
- apk add bash curl git
|
||||||
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-musl.tar.gz
|
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-musl.tar.gz
|
||||||
- tar -xzf mdbook.tar.gz
|
- tar -xzf mdbook.tar.gz
|
||||||
- ls -la mdbook
|
- ls -la mdbook
|
||||||
|
- ./update-includes.sh
|
||||||
- ./mdbook build .
|
- ./mdbook build .
|
||||||
|
|
||||||
dead_links:
|
dead_links:
|
||||||
|
|
Loading…
Reference in a new issue