diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-21 16:37:27 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-21 16:37:27 -0400 |
| commit | 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 (patch) | |
| tree | 9b7350a52d7087e0e5c2cdda4dd5f685c4f4385c /update-docs.sh | |
| parent | cdaba9198e9c8d19ed273754dc47602e028b68ff (diff) | |
Update documentation site
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/ |
