Skip to content

Commit eea10c4

Browse files
committed
fixed a type in the deploy script
Signed-off-by: Lars Heinemann <[email protected]>
1 parent ab50a36 commit eea10c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REPO_PATH=$PWD
88
SHA=`git rev-parse --verify HEAD`
99

1010
# 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)
11+
# Create a new empty branch if gh-pages doesn't exist yet (should only happen on first deploy)
1212
cd $HOME
1313
git config --global user.email "[email protected]"
1414
git config --global user.name "travis-ci"

0 commit comments

Comments
 (0)