mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 13:26:07 -04:00
change outdated image #63
This commit is contained in:
parent
ec679dce65
commit
3ad9ad333a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user