lemmy-docs/.woodpecker.yml

17 lines
473 B
YAML
Raw Normal View History

2023-03-24 20:45:52 +00:00
pipeline:
fetch_git_submodules:
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
2023-03-24 20:45:52 +00:00
check_documentation_build:
2022-05-30 11:21:25 +00:00
image: rust:1.61-slim-buster
2021-01-18 16:08:20 +00:00
commands:
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
--rev 9d8147c --force --debug
- apt-get update
2022-09-03 13:05:07 +00:00
- apt-get install git curl -y
- ./update-includes.sh
2021-01-18 16:08:20 +00:00
- mdbook build .