Skip to content

Commit 556650e

Browse files
abrgrclaude
andcommitted
fix: add missing trailing newline in deploy.yaml
POSIX requires text files to end with a newline. Without it, some tools may not process the last line correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 442ece3 commit 556650e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v4
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)