Skip to content

Commit 36fe663

Browse files
authored
Update api-website.yml
1 parent e0e4395 commit 36fe663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api-website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
else
4444
git config --global user.name 'Vincent A Cicirello'
4545
git config --global user.email '[email protected]'
46-
git commit -am "Automated API website updates."
46+
git add -A
47+
git commit -m "Automated API website updates."
4748
fi
4849
4950
- name: Generate the sitemap

0 commit comments

Comments
 (0)