diff options
Diffstat (limited to 'update-docs.sh')
| -rwxr-xr-x | update-docs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |
