Update docs step
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominic Grimm 2022-02-23 18:18:53 +01:00
parent 18979a6c7d
commit 43412a328b

View file

@ -9,11 +9,6 @@ steps:
commands:
- cd scripts
- find -name "*.sh" | xargs shellcheck
- name: markdownlint
image: markdownlint/markdownlint
commands:
- cd docs
- find -name "*.md" | xargs mdl
- name: docs
image: michaelfbryan/mdbook-docker-image
volumes:
@ -22,8 +17,6 @@ steps:
commands:
- cd docs
- mdbook build
depends_on:
- markdownlint
- name: rebuild-cache
image: drillster/drone-volume-cache
volumes: