Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Created October 9, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tk0miya/3e0914b0e79c8b2f9754d8cdfc18fc53 to your computer and use it in GitHub Desktop.
Save tk0miya/3e0914b0e79c8b2f9754d8cdfc18fc53 to your computer and use it in GitHub Desktop.
image: tk0miya/sphinx-pdf
pages:
script:
- kanji-config-updmap-sys ipaex
- make epub html latexpdf
- mkdir build/html/files
- mv build/latex/docutils.pdf build/html/files/mastering_docutils-v1.0.pdf
- mv build/epub/docutils.epub build/html/files/mastering_docutils-v1.0.epub
- mv build/html/ docutils
- zip -r docutils.zip docutils/
- mv docutils.zip docutils/files/mastering_docutils-v1.0.zip
- mv docutils/ public/
artifacts:
paths:
- public
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment