Initial commit
Commit
This commit is contained in:
11
.woodpecker/.build.yml
Normal file
11
.woodpecker/.build.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: debian:stable-slim
|
||||
commands:
|
||||
- echo "building german variant from mdBook sources"
|
||||
- mdbook build --dest-dir doc/de
|
||||
- ls -l doc/de/*
|
||||
- cat doc/de/CNAME
|
||||
|
||||
depends_on:
|
||||
- cargo
|
||||
Reference in New Issue
Block a user