Skip to content

Commit cf70b0e

Browse files
committed
impove the deploy process
1 parent 23a4e68 commit cf70b0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#!/bin/bash
22

33
set -e
4-
4+
mv docs/maven/ ./maven/
55
rm -rf docs
66

7-
87
bash compile.sh
98

9+
mv ./maven/ docs/
10+
1011
set +e
1112

1213
echo "commonwealthrobotics.com" >./docs/CNAME

0 commit comments

Comments
 (0)