mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Adding woodpecker 1 (#162)
This commit is contained in:
parent
a0f06f31c4
commit
ddf8f191da
1 changed files with 3 additions and 6 deletions
|
@ -1,14 +1,11 @@
|
||||||
kind: pipeline
|
pipeline:
|
||||||
name: default
|
fetch_git_submodules:
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: fetch git submodules
|
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: check documentation build
|
check_documentation_build:
|
||||||
image: rust:1.61-slim-buster
|
image: rust:1.61-slim-buster
|
||||||
commands:
|
commands:
|
||||||
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
|
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
|
Loading…
Reference in a new issue