From 379c208ea7160bbed00a0d089104bbe8831d3f3d Mon Sep 17 00:00:00 2001 From: Santiago sacuna Date: Wed, 26 Jul 2023 08:06:00 -0300 Subject: [PATCH] Restore update-includes.sh script in CI (#259) * Restore update-includes.sh script in CI It was removed in 0dc13b4ea11daaa07d964c17f7a622e3a222367a 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 --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2edd594..a9dc5c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,9 +28,11 @@ pipeline: check_documentation_build: image: alpine:3 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 - tar -xzf mdbook.tar.gz - ls -la mdbook + - ./update-includes.sh - ./mdbook build . dead_links: