Skip to content

Commit 2915695

Browse files
committed
Tab.
1 parent 99bcca5 commit 2915695

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
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
# Copy PDFs into the worktree
119119
mkdir -p "_pdfs/${DEST_DIR}"
120-
cp -f "../$OUT_DIR/$TARGET_PDF" "./$TARGET_PDF"
120+
cp -f "../$OUT_DIR/$TARGET_PDF" "./$TARGET_PDF"
121121
# Commit only if there are changes
122122
cd _pdfs
123123
git add -A

0 commit comments

Comments
 (0)