Skip to content

Commit

Permalink
Merge pull request #86 from DataHighway-DHX/develop
Browse files Browse the repository at this point in the history
docs: Generate PDF with marketing diagrams fix attempt 4
  • Loading branch information
ltfschoen authored Apr 16, 2020
2 parents c0245b5 + 5b4a872 commit 59213ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ node ./node_modules/.bin/md-to-pdf ./docs/whitepaper.md \
./v1/whitepaper.pdf
```

Important: If you get an error, check if it actually generated the PDF changes correctly in either ./docs/whitepaper.pdf or ./v1/whitepaper.pdf, and use the one that worked.

Note: `headerIds` must be `true` in config.json otherwise TOC links do not work.

3. Update the Whitepaper Table of Contents (TOC)
Expand Down Expand Up @@ -54,7 +56,7 @@ If you get an error such as `Chromium revision is not downloaded`), then you are
Run the following as a GitHub user with commit access to the repo:

```bash
GIT_USER=<GIT_USERNAME> \
GIT_USER=ltfschoen \
CURRENT_BRANCH=master \
USE_SSH=true \
npm run publish-gh-pages
Expand Down
Binary file modified v1/whitepaper.pdf
Binary file not shown.

0 comments on commit 59213ac

Please sign in to comment.