Skip to content

Commit 6125bdc

Browse files
Copilotcommjoen
andcommitted
Fix precommit formatting issues - remove trailing whitespace and add end-of-file newline
Co-authored-by: commjoen <[email protected]>
1 parent 5727024 commit 6125bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ jobs:
254254
255255
# Create temporary directory for the cleaned site
256256
mkdir -p /tmp/cleaned-site
257-
257+
258258
# Copy everything except the PR directory we want to remove
259259
PR_DIR="pr-${PR_NUMBER}"
260-
260+
261261
for item in *; do
262262
if [ "$item" != "$PR_DIR" ] && [ "$item" != ".git" ]; then
263263
cp -r "$item" /tmp/cleaned-site/ 2>/dev/null || true
@@ -307,4 +307,4 @@ jobs:
307307
owner: context.repo.owner,
308308
repo: context.repo.repo,
309309
body: comment
310-
});
310+
});

0 commit comments

Comments
 (0)