Skip to content

Commit 708ac75

Browse files
Update main.yml
Regenerate PDFs for glyphs from markdown when compiling specification
1 parent 0db6674 commit 708ac75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ jobs:
1313
- name: Set up Git repository
1414
uses: actions/checkout@v1
1515

16+
- name: Install dependency
17+
run: |
18+
cd specification/glyphscript
19+
npm install markdown-pdf
20+
21+
- name: Generate PDFs for glyphs
22+
run: |
23+
cd specification/glyphscript
24+
bash rebuild_glyph_inputs.sh
25+
bash rebuild_interactionglyph_inputs.sh
26+
bash rebuild_interactionnodeglyph_inputs.sh
27+
bash rebuild_speciesglyph_inputs.sh
28+
1629
- name: Compile LaTeX document
1730
uses: dante-ev/latex-action@v0.2.0
1831
with:

0 commit comments

Comments
 (0)