From 11e813c890d4943df19f0856bd9d82641c37e6c9 Mon Sep 17 00:00:00 2001 From: "Philipp S. Sommer" Date: Sun, 18 Oct 2020 04:08:10 +0200 Subject: [PATCH] use gh-pages@3.0.0 because of https://github.com/tschaub/gh-pages/issues/354 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a2c4cc..afd7310 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: - run: name: Install and configure dependencies command: | - npm install -g gh-pages + npm install -g gh-pages@3.0.0 git config user.email "ci-build@psyplot.org" git config user.name "ci-build" - add_ssh_keys: