Move documenation build step last in CI. Refactor docs build scripts.

This commit is contained in:
Dan Helfman
2019-05-21 21:33:25 -07:00
parent 2c4f192e43
commit bc4fb322b5
5 changed files with 24 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
docker build --tag borgmatic-docs --file docs/Dockerfile .
docker run --interactive --tty --publish 8080:80 --rm borgmatic-docs