Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from LandonSchropp/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in the commit message
  • Loading branch information
maxheld83 committed Apr 17, 2019
2 parents 38233d7 + 822ef8d commit 7231c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z "$(git status --porcelain)" ]; then
exit 0
fi && \
git add . && \
git commit -m 'Deploy to GitHub pages' && \
git commit -m 'Deploy to GitHub Pages' && \
git push --force $REMOTE_REPO master:$REMOTE_BRANCH && \
rm -fr .git && \
cd $GITHUB_WORKSPACE && \
Expand Down

0 comments on commit 7231c0d

Please sign in to comment.