-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vielmetti 55 pandoc #56
Closed
vielmetti
wants to merge
16
commits into
State-of-the-Edge:master
from
vielmetti:vielmetti-55-pandoc
Closed
Vielmetti 55 pandoc #56
vielmetti
wants to merge
16
commits into
State-of-the-Edge:master
from
vielmetti:vielmetti-55-pandoc
Conversation
This file contains 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
In State-of-the-Edge#55 there's an overall goal (produce a PDF). This drone file is the first step of that.
`markdownlint` wants shorter lines, edit things to match that goal so we get a green build.
Skip the markdownlint step, since I know it will fail; try the PDF stage.
Don't ignore scripts, suggests alanshaw/markdown-pdf#159
Per https://gist.github.com/vovimayhem/6437c2f03b654e392ccf3e9903eba6af there are a batch of problems with PhantomJS on Alpine. Try Ubuntu instead.
yes, I want to install
erroring out if that library is not available, so grab it
I don't have a tag yet, and I don't have a release token. Move the build to node:buster-slim (should be faster)
needs bzip2 to extract PhantomJS
That should address the dependency directly!
per https://github.com/pandoc/dockerfiles and official supported pandoc images
Next step will be to get the token set up right.
because I error out without it
Build PDF with Drone and Pandoc
Pandoc expects white space before section headers, so provide it.
Closed
This was a useful exercise, but it had both changes to the document text and to the CI configuration to make it happen. See a followup PR to separate those two tasks. |
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.
Make necessary changes to the glossary to support PDF production in Pandoc.