Skip to content

Commit

Permalink
fix(CI): downgrade gh-pages #99
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 8, 2019
1 parent b540c87 commit 81034e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ environment:
# tools we need for bulding/testing/deploying
install:
- choco install gitversion.portable -y
- npm install gh-pages -g
- npm install gh-pages@2.0 -g
# No longer signing the assembly
#- nuget install secure-file -ExcludeVersion
#- if defined snk_secret secure-file\tools\secure-file -decrypt src\ipfs.ci.snk.enc -secret %snk_secret% -out src\ipfs.dev.snk
Expand Down

0 comments on commit 81034e0

Please sign in to comment.