Add gitbooks script
This commit is contained in:
parent
5e736a2422
commit
504dc982dc
1 changed files with 12 additions and 0 deletions
12
scripts/gitbooks.sh
Executable file
12
scripts/gitbooks.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
cd ..
|
||||
pwd
|
||||
gitbook pdf . sobtec2.pdf
|
||||
gitbook epub . sobtec2.epub
|
||||
gitbook mobi . sobtec2.mobi
|
||||
mv -v *pdf *epub *mobi releases/latest
|
||||
git status
|
||||
git add -A
|
||||
git commit -m "Update gitbook releases with local gitbook script results"
|
||||
git push origin master
|
||||
echo READY
|
Loading…
Reference in a new issue