Skip to content

Commit 93ea478

Browse files
committed
ok
1 parent b5e9689 commit 93ea478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ on_success:
3939
- git config --global core.autocrlf true
4040
- git clone "https://github.com/codeyu/python-data-structure-cn.git" gh-pages
4141
- cd gh-pages
42-
- git checkout -b gh-page
42+
- git checkout -b gh-pages
4343
- ps: if (-not $?) { throw "Cloning gh-pages failed" }
4444
- ps: Remove-Item * -Recurse
4545
- ps: Copy-Item ..\_book\* . -Recurse
4646
- git add --all .
47-
- git commit -m 'update book'
47+
- git commit -m "update book"
4848
- git push origin gh-pages

0 commit comments

Comments
 (0)