From 4dde34367f59049566e303edea4e5742a2e816f1 Mon Sep 17 00:00:00 2001 From: Newton Alex Sander Date: Tue, 30 Jul 2024 08:31:01 +0200 Subject: [PATCH] Updagrading gh-pages package so it supports --no-history (#184) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0196ffbb..107f06c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: - run: name: Install and configure dependencies command: | - npm install -g --silent gh-pages@2.0.1 + npm install -g --silent gh-pages@6.1.1 git config user.email "bcibotae@ae.studio" git config user.name "bcibotae" - add_ssh_keys: