Skip to content

Commit 0b39655

Browse files
committed
git add pdf file.
1 parent ea49333 commit 0b39655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export-keynote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cp -f "$OUT_DIR/$TARGET_PDF" "./$TARGET_PDF"
121121
# Commit only if there are changes
122122
cd _pdfs
123-
git add -A
123+
git add "$TARGET_PDF"
124124
if git diff --cached --quiet; then
125125
echo "No PDF changes to commit."
126126
else

0 commit comments

Comments
 (0)