We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e4395 commit 36fe663Copy full SHA for 36fe663
.github/workflows/api-website.yml
@@ -43,7 +43,8 @@ jobs:
43
else
44
git config --global user.name 'Vincent A Cicirello'
45
git config --global user.email '[email protected]'
46
- git commit -am "Automated API website updates."
+ git add -A
47
+ git commit -m "Automated API website updates."
48
fi
49
50
- name: Generate the sitemap
0 commit comments