mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Move documenation build step last in CI. Refactor docs build scripts.
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user