Downgrade gh-pages to 3.0.0

This commit is contained in:
Simon Warta 2020-07-02 11:30:04 +02:00
parent 780a0ba640
commit 701972f65a

View File

@ -337,7 +337,8 @@ jobs:
at: .
- run:
name: Deploy to GitHub pages
command: npx gh-pages --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment <ci@cosmwasm.com>" --repo "git@github.com:CosmWasm/cosmjs.git"
# Version pinned to 3.0.0 because of https://github.com/tschaub/gh-pages/issues/354
command: npx gh-pages@3.0.0 --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment <ci@cosmwasm.com>" --repo "git@github.com:CosmWasm/cosmjs.git"
lint:
docker:
- image: circleci/node:10-buster