Sfoglia il codice sorgente

Add gitbooks script

maxigas 6 anni fa
parent
commit
504dc982dc
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      scripts/gitbooks.sh

+ 12 - 0
scripts/gitbooks.sh

@@ -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