Skip to content

Commit

Permalink
matush wants pdf figures
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVoros committed Dec 13, 2024
1 parent ee04c37 commit 2aab5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/seminar/builder/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SeminarRoundValidator(FileSystemValidator):
Regex(r'0[1-8]'): {
'problem.md': File,
'solution.md': File,
Optional(Regex(r'[\w-]+\.(png|jpg|svg|gp|py|cpp|dat)')): File,
Optional(Regex(r'[\w-]+\.(png|jpg|svg|gp|py|cpp|dat|pdf)')): File,
'meta.yaml': File,
},
'meta.yaml': File,
Expand Down

0 comments on commit 2aab5fb

Please sign in to comment.