Skip to content

Commit d3fcad6

Browse files
committed
prepare-doc: Create new commit instead of amend
1 parent 39d372f commit d3fcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
8787
cd "${WORK_DIR}/paraview-docs/"
8888
git add "$VERSION"
8989
# we simply amend the last commit and force-push
90-
git commit -a --amend -m "Update documentation for version $VERSION"
90+
git commit -a -m "Update documentation for version $VERSION"
9191
git push origin gh-pages -f
9292
fi

0 commit comments

Comments
 (0)