Skip to content

Commit

Permalink
Compile woven document in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sky Wilshaw <[email protected]>
zeramorphic committed Dec 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0e50373 commit 62ba28f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
@@ -87,8 +87,13 @@ jobs:
pip install pygraphviz --global-option=build_ext --global-option="-L/usr/lib/graphviz/" --global-option="-R/usr/lib/graphviz/"
pip install leanblueprint
inv bp web
cd latex
python3 weave.py
latexmk -shell-escape -pdf -pdflatex=lualatex -file-line-error -halt-on-error -interaction=nonstopmode -cd -output-directory=build ./main.tex
cd ..
cp -r blueprint/print docs/print
cp -r blueprint/web docs/blueprint
cp latex/build/main.pdf docs/
- name: remove .gitignore for gh-pages
run: rm docs/.gitignore

0 comments on commit 62ba28f

Please sign in to comment.