Added documentation step
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Dominic Grimm 2022-02-07 19:04:02 +01:00
parent 286a99cd77
commit 3cf2a580c4

View file

@ -23,6 +23,11 @@ steps:
image: boechat107/pgsanity
commands:
- pgsanity docker/backend/db/**/*.sql
- name: documentation
image: crystal-lang/crystal:latest-alpine
commands:
- cd docker/backend/
- crystal docs
- name: build
image: tmaier/docker-compose
volumes:
@ -34,6 +39,7 @@ steps:
depends_on:
- ameba
- pgsanity
- documentation
volumes:
- name: dockersock
host: