Skip to content

Commit 5478297

Browse files
committed
update deploy
1 parent ceeb1a8 commit 5478297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
mv docs/maven/ ./maven/
6+
57
rm -rf docs
68

79
git fetch origin
@@ -33,6 +35,8 @@ set +e
3335

3436
echo "commonwealthrobotics.com" >./docs/CNAME
3537

38+
mv ./maven/ docs/
39+
3640
git add --all .
3741

3842
git commit -a -m"Update for deploy"

0 commit comments

Comments
 (0)