Skip to content

Commit

Permalink
Merge pull request #20 from camalot/develop
Browse files Browse the repository at this point in the history
develop -> master
  • Loading branch information
camalot committed May 20, 2016
2 parents c009e4d + 412c212 commit b2636d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ after_deploy:
Copy-Item -Path "${env:APPVEYOR_BUILD_FOLDER}\dist\*.css" -Destination $temp;
& git checkout gh-pages;
Copy-Item -Path "$temp\*.*" -Destination ${env:APPVEYOR_BUILD_FOLDER};
& git commit -a -m "version $VERSION";
& git add ./*.css
& git commit -m "version $VERSION";
& git push origin gh-pages;
}

0 comments on commit b2636d1

Please sign in to comment.