We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b50797 commit b81dd2cCopy full SHA for b81dd2c
1 file changed
.github/workflows/GeneratePDF.yaml
@@ -54,7 +54,7 @@ jobs:
54
- name: 📝 Generate PDF
55
run: |
56
shopt -s globstar
57
- npx md-to-pdf --config-file ./.md-pdf/config.json ${{ env.NESTED_OUTPUT_DIRECTORY }}/*.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'
+ npx md-to-pdf --config-file ./.md-pdf/config.json --launch-options '{ \"args\": [\"--no-sandbox\"] }' ${{ env.NESTED_OUTPUT_DIRECTORY }}/*.md
58
59
- name: 🗑 Remove markdown files
60
0 commit comments