File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
66
66
cd gh-pages
67
67
git add " $DEPLOYMENT_SUBDIRECTORY "
68
68
69
- if [ -n " $( git status --porcelain) " ]; then
69
+ # if [ -n "$(git status --porcelain)" ]; then
70
70
echo " Documentation changes found. Commiting the changes to the 'gh-pages' branch and pushing to origin."
71
71
git commit -m " Update documentation to $CURRENT_COMMIT_HASH on '$CURRENT_BRANCH_NAME '"
72
72
git push origin HEAD:gh-pages
73
- else
74
- # No changes found, nothing to commit.
75
- echo " No documentation changes found."
76
- fi
73
+ # else
74
+ # # No changes found, nothing to commit.
75
+ # echo "No documentation changes found."
76
+ # fi
77
77
78
78
# Delete the git worktree we created
79
79
cd ..
80
- git worktree remove gh-pages
80
+ git worktree remove gh-pages
You can’t perform that action at this time.
0 commit comments