Replies: 2 comments
-
Enable globbing with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it is good to solve it like this: on: jobs:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hi, I want to compile with pdflatex every file that matches the glob
*.tex
so I can validate the latex works. Unfortunately, I don't think the github actions shell recognizes glob.In my file below,
ls *.tex
errors out and the for loop doesn't run at all. Nothing is printed to console or in a log fileBeta Was this translation helpful? Give feedback.
All reactions