Skip to content

Commit 116d509

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Adding README.md explicitly instead of all files (implicitly).
1 parent 81a5425 commit 116d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recent-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
git config user.email [email protected]
2525
git config user.name github-actions
2626
git pull origin recent-posts
27-
git add .
27+
git add README.md
2828
git commit -m "Synced and updated with most recent it176131.github.io blog post"
2929
git push

0 commit comments

Comments
 (0)