Skip to content

Commit 1e4d0d4

Browse files
committed
Update GitHub Action to include public directory in documentation commits
1 parent 314b663 commit 1e4d0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Check if there are changes
3333
if [ -n "$(git status --porcelain)" ]; then
3434
echo "Changes detected. Committing updated docs..."
35-
git add README.md
35+
git add README.md public/
3636
git commit -m "Update merged docs via GitHub Action"
3737
git push
3838
else

0 commit comments

Comments
 (0)