Skip to content

Commit

Permalink
template unzip_upgrading page
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Nov 3, 2017
1 parent 74d66f9 commit 913ab69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,12 @@ before_deploy:
(Get-Content index.template).replace("%%REV%%", "$env:PACKAGE_VERSION") | Set-Content index.html
(Get-Content unzip_upgrading.template).replace("%%REV%%", "$env:PACKAGE_VERSION") | Set-Content unzip_upgrading.html
git add index.html 2>&1 | write-host
git add unzip_upgrading.html 2>&1 | write-host
git commit -q -m "automatic rev update $env:PACKAGE_VERSION"
git push -q origin gh-pages
Expand Down

0 comments on commit 913ab69

Please sign in to comment.