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.
2 parents 06a1d4b + 3c03bff commit 729af69Copy full SHA for 729af69
scripts/docs/generate_docc.sh
@@ -68,6 +68,6 @@ git clean -fdx
68
git checkout -f gh-pages
69
cp -R /tmp/$version .
70
71
-git add $version; ci -m "Update documentation: $version"
+git add $version; git commit -m "Update documentation: $version"
72
73
echo "Done."
0 commit comments