Skip to content

Commit

Permalink
generate all output types in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpieters committed Nov 29, 2023
1 parent 85cab64 commit a1fbed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pip install -r requirements.txt

- name: Convert input files
run: python3 -m rules_doc_generator -a -t pdf web json
run: python3 -m rules_doc_generator -a -t all

- name: Create pdf output
run: latexmk -pdf -jobname=latex/rules latex/rules.tex
Expand Down

0 comments on commit a1fbed2

Please sign in to comment.