We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e9689 commit 93ea478Copy full SHA for 93ea478
appveyor.yml
@@ -39,10 +39,10 @@ on_success:
39
- git config --global core.autocrlf true
40
- git clone "https://github.com/codeyu/python-data-structure-cn.git" gh-pages
41
- cd gh-pages
42
- - git checkout -b gh-page
+ - git checkout -b gh-pages
43
- ps: if (-not $?) { throw "Cloning gh-pages failed" }
44
- ps: Remove-Item * -Recurse
45
- ps: Copy-Item ..\_book\* . -Recurse
46
- git add --all .
47
- - git commit -m 'update book'
+ - git commit -m "update book"
48
- git push origin gh-pages
0 commit comments