Skip to content

Commit 9a50b5c

Browse files
authored
Merge pull request #145 from ripleymj/fix-prebuilt-pdf
Don't recurse for pre-built PDFs.... yet
2 parents a5e61b6 + 12cf300 commit 9a50b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pdf-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm install --save-dev @marp-team/marp-cli
3333
- name: Build PDFs
3434
run: |
35-
for input in *.pdf */*.pdf; do
35+
for input in *.pdf; do
3636
zip -g PDF.zip "${input}"
3737
done
3838
for input in *.md */*.md; do

0 commit comments

Comments
 (0)