We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab50a36 commit eea10c4Copy full SHA for eea10c4
.travis_publish
@@ -8,7 +8,7 @@ REPO_PATH=$PWD
8
SHA=`git rev-parse --verify HEAD`
9
10
# Clone the existing gh-pages for this repo into $HOME/gh-pages/
11
-# Create a new empty branch if gh-pages doesn't exist yet (should only happen on first deply)
+# Create a new empty branch if gh-pages doesn't exist yet (should only happen on first deploy)
12
cd $HOME
13
git config --global user.email "[email protected]"
14
git config --global user.name "travis-ci"
0 commit comments