Skip to content

Commit b81dd2c

Browse files
authored
引数順修正
1 parent 2b50797 commit b81dd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/GeneratePDF.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: 📝 Generate PDF
5555
run: |
5656
shopt -s globstar
57-
npx md-to-pdf --config-file ./.md-pdf/config.json ${{ env.NESTED_OUTPUT_DIRECTORY }}/*.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'
57+
npx md-to-pdf --config-file ./.md-pdf/config.json --launch-options '{ \"args\": [\"--no-sandbox\"] }' ${{ env.NESTED_OUTPUT_DIRECTORY }}/*.md
5858
5959
- name: 🗑 Remove markdown files
6060
run: |

0 commit comments

Comments
 (0)