Docs: update to latest typedoc (breaks theme)
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-11-29 11:00:08 -06:00
parent 5395fb9054
commit 68b81106e6
7 changed files with 104 additions and 60 deletions

View File

@@ -26,6 +26,7 @@ steps:
image: docker:latest
privileged: true
commands:
- "while ! docker stats --no-stream; do sleep 1; done"
- docker image build docs -t $DOCKER_REGISTRY/extollo/docs:latest
- docker push $DOCKER_REGISTRY/extollo/docs:latest
environment: