]> Untitled Git - lemmy.git/commitdiff
Removing check documentation build from drone, now that's in lemmy-docs.
authorDessalines <tyhou13@gmx.com>
Mon, 18 Jan 2021 16:08:53 +0000 (11:08 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 18 Jan 2021 16:08:53 +0000 (11:08 -0500)
.drone.yml

index f6044c4b10ac5067a9c75f24d598034467c18011..bf3e767f29a8f76e7a72bb9b9b6f1c02ebb2cfad 100644 (file)
@@ -19,12 +19,6 @@ steps:
     commands:
       - chown 1000:1000 . -R
 
-  - 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: check formatting
     image: rustdocker/rust:nightly
     commands: