Skip to content

Commit

Permalink
Fix target date.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpieters committed Feb 15, 2024
1 parent 4ff07ea commit 9f7466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert.yaml
Original file line number Diff line number Diff line change
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 all -m 02 -d 13
run: python3 -m rules_doc_generator -a -t all -m 02 -d 16

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

0 comments on commit 9f7466e

Please sign in to comment.