We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5e61b6 + 12cf300 commit 9a50b5cCopy full SHA for 9a50b5c
1 file changed
.github/workflows/pdf-build.yml
@@ -32,7 +32,7 @@ jobs:
32
npm install --save-dev @marp-team/marp-cli
33
- name: Build PDFs
34
run: |
35
- for input in *.pdf */*.pdf; do
+ for input in *.pdf; do
36
zip -g PDF.zip "${input}"
37
done
38
for input in *.md */*.md; do
0 commit comments