autocommit rendered pdfs

This commit is contained in:
nik gaffney 2015-05-29 12:33:21 +02:00
parent 727a3f4e71
commit f11552fa73
2 changed files with 6 additions and 11 deletions

View file

@ -44,16 +44,11 @@
\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}}
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
%\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
\titleformat{\subsubsection}
{\sectionfont\Large\bfseries}
{\thesection}
{1em}
{\resizetitle}
\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
\titleformat{\subsection}
{\sectionfont\Large\bfseries}
{\thesection}
{1em}
{\resizetitle}

View file

@ -26,9 +26,9 @@ file=ARGV[0] # dokuwiki pagenme as argument
# - assuming the script is run in #{repo} and has origin ssh://git@repo.fo.am:foam/futurist-fieldguide.git
# - otherwise perhaps https://github.com/schacon/ruby-git
# `git add -A`
# `git commit -m "#{msg}"`
# `git pull --commit`
# `git push`
`git add -A`
`git commit -m "#{file}"`
`git pull --commit`
`git push`