Generated a pretty PDF version of the Markdown document, based on the last commit (06f63fc7).#9
Open
jonathanmarvens wants to merge 1 commit into
Open
Conversation
… last commit (06f63fc). Command used to generate the PDF document: ```sh pandoc --from=markdown_github --latex-engine=xelatex --output=./article-kingsbury-k-2017-10-05-git-06f63fc7-an-introduction-to-distributed-systems.pdf ./README.markdown ```
Owner
|
I like this idea, but I'm not sure how to keep it in sync with the repo as it changes. Maybe some kind of a precommit hook? Can we put those in github? |
|
You could do it with Travis and paste the PDFs as releases. |
|
https://docs.travis-ci.com/user/deployment/releases/ Using docker a PDF could be created with such a command: A travis ci configuration could look similar to this: |
|
How about using github actions for that? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Command used to generate the PDF document:
The PDF file name is basically an
article--prefixed “slugified” transformation of an APA-formatted-like citation of the document (with the date part being<git-commit-date.yyyy-mm-dd>++git-+<git-commit-hash>[0:8]):I’m not sure if you want this or not, but I thought I’d submit the PR anyway …
- Jonathan