change outdated image #63

This commit is contained in:
Tealk 2024-12-24 11:25:58 +01:00
parent ec679dce65
commit 3ad9ad333a
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9

View File

@ -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: