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: