We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb022b commit f325741Copy full SHA for f325741
1 file changed
scripts/update-built-docs.sh
@@ -22,7 +22,9 @@ copyBuildSources() {
22
done
23
24
if [ ! -z "$(git status --porcelain)" ]; then
25
+ git status
26
git add -A
27
28
git commit -m "Update api-docs configurations"
29
git push
30
fi
0 commit comments