This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
mixmailer_docs
Watch
10
Star
1
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Improve deploy script and replace dirs
master
juga
1 year ago
parent
ed8ead79fd
commit
40e1bd9c82
1 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-4
deploy_docs.sh
+ 6
- 4
deploy_docs.sh
View File
@ -2,10 +2,12 @@
set
-x
rm -rf build/html
make html
cp -avf build/html/* ../mixmailer_docs.pages
cd
../mixmailer_docs.pages
git add *
rm -rf *
rsync -av --exclude
=
".*"
../mixmailer_docs/build/html/ .
git add -A
git commit -m
"Automatic build"
git push
cd
../mixmailer_docs
#
git push
# cd ../mixmailer_docs
Write
Preview
Loading…
Cancel
Save