From 780a0ba640fef3e5d293082c26d21107f04e1c7c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 2 Jul 2020 10:22:46 +0200 Subject: [PATCH] Configure target GIT repo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4060257..8dfaaf5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -337,7 +337,7 @@ jobs: at: . - run: name: Deploy to GitHub pages - command: npx gh-pages --message "Update docs [skip ci]" --dist docs_deployment + command: npx gh-pages --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment " --repo "git@github.com:CosmWasm/cosmjs.git" lint: docker: - image: circleci/node:10-buster