From 3ad9ad333ad110ba226ccd6fc77cc55b5eed880a Mon Sep 17 00:00:00 2001 From: Tealk Date: Tue, 24 Dec 2024 11:25:58 +0100 Subject: [PATCH] change outdated image #63 --- Mdbook/.woodpecker.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mdbook/.woodpecker.yaml b/Mdbook/.woodpecker.yaml index 1f42322..c89bf91 100644 --- a/Mdbook/.woodpecker.yaml +++ b/Mdbook/.woodpecker.yaml @@ -21,8 +21,12 @@ when: steps: build: - image: peaceiris/mdbook:latest + image: alpine:edge commands: + - apk add --no-cache mdbook + # If you want to install extensions like 'mdbook-admonish' for mdbook, add 'cargo' at the end of the 'apk add' and comment out the following lines: + #- cargo install mdbook-admonish --version 1.18.0 + #- export PATH=$PATH:/root/.cargo/bin - mdbook build publish: