From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- update-docs.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update-docs.sh (limited to 'update-docs.sh') diff --git a/update-docs.sh b/update-docs.sh new file mode 100755 index 0000000..ef0e605 --- /dev/null +++ b/update-docs.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rsync -av --delete target/site/ docs/ -- cgit v1.2.3