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 37bea80 commit f7b225aCopy full SHA for f7b225a
scripts/prepare-doc.sh
@@ -63,7 +63,7 @@ ls -d */ | cut -d "/" -f 1 > versions
63
if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
64
cd "${WORK_DIR}/paraview-docs/"
65
git add "$VERSION"
66
- # we simply ammend the last commit and force-push
+ # we simply amend the last commit and force-push
67
git commit -a --amend -m "Update documentation for version $VERSION"
68
git push origin gh-pages -f
69
fi
0 commit comments