Skip to content

Commit

Permalink
update pandoc arguments
Browse files Browse the repository at this point in the history
Pandoc arguments seem to have changed in the last few years, perhaps at padoc 2.0?
  • Loading branch information
mlinksva committed Dec 1, 2020
1 parent f23abc7 commit e393af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Any change to the agreement text mandates a new version. Before merging any chan
4. Tag and push: `git tag vx.x.x; git push --tags`
5. Create docx, odt, and pdf copies of the agreement:
```
pandoc --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.docx
pandoc --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.odt
pandoc --latex-engine=xelatex --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.pdf
pandoc -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.docx
pandoc -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.odt
pandoc --pdf-engine=xelatex -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.pdf
```
6. Make a [release](https://help.github.com/articles/creating-releases/) from the tag created above, adding the docx, odt, and pdf copies as binary attachments.
7. https://github.com/github/balanced-employee-ip-agreement/releases/latest will show the release just made.
Expand Down

0 comments on commit e393af7

Please sign in to comment.