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 efaa425 commit c980be3Copy full SHA for c980be3
.appveyor.yml
@@ -55,7 +55,7 @@ install:
55
- git config --global user.email "%GIT_EMAIL%"
56
- git config --global user.name "%GIT_EMAIL%"
57
- yarn install
58
- - yarn docs:deploy:windows
+ - yarn docs:deploy:windows:ci
59
60
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
61
- php composer.phar self-update
0 commit comments