Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Regenerate PDFs for glyphs from markdown when compiling specification
  • Loading branch information
jamesscottbrown authored Mar 22, 2020
1 parent 0db6674 commit 708ac75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v1

- name: Install dependency
run: |
cd specification/glyphscript
npm install markdown-pdf
- name: Generate PDFs for glyphs
run: |
cd specification/glyphscript
bash rebuild_glyph_inputs.sh
bash rebuild_interactionglyph_inputs.sh
bash rebuild_interactionnodeglyph_inputs.sh
bash rebuild_speciesglyph_inputs.sh
- name: Compile LaTeX document
uses: dante-ev/[email protected]
with:
Expand Down

0 comments on commit 708ac75

Please sign in to comment.