]> Untitled Git - lemmy.git/commitdiff
Trying to get mdbooks to build.
authorDessalines <tyhou13@gmx.com>
Wed, 6 Jan 2021 05:34:26 +0000 (00:34 -0500)
committerDessalines <tyhou13@gmx.com>
Wed, 6 Jan 2021 05:34:26 +0000 (00:34 -0500)
.drone.yml

index 9404e3b3fc13f0ec93fc7b3317207ebd4fa0fc00..11abb8dae4f85c60d7944eb0552ec9d62f9b4b8c 100644 (file)
@@ -2,6 +2,12 @@ kind: pipeline
 name: default
 
 steps:
+  - name: fetch git submodules
+    image: node:15-alpine3.12
+    commands:
+      - apk add git
+      - git submodule init
+      - git submodule update --recursive --remote
 
   - name: chown repo
     image: ekidd/rust-musl-builder:1.47.0
@@ -22,6 +28,7 @@ steps:
   - name: check documentation build
     image: ekidd/rust-musl-builder:1.47.0
     commands:
+      - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization --rev d06249b
       - mdbook build docs/
 
   - name: cargo test