From 7a85014d1efc90e8e03eb7a6df8fd9fa06e89d73 Mon Sep 17 00:00:00 2001 From: Afshin Paydar Date: Thu, 17 Jun 2021 21:08:14 +0800 Subject: [PATCH] Remove GitHub Pages from Circleci Signed-off-by: Afshin Paydar --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c86df62f9..8bc1855107 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,20 +65,6 @@ commands: - run: name: Tag build command: echo "<< parameters.target_branch >> $(date -u +'%Y-%m-%dT%H:%M:%SZ')" > www/version - - run: - name: Install and configure dependencies - command: | - mkdir "${HOME}/.npm-packages" - npm config set prefix "${HOME}/.npm-packages" - npm i -g gh-pages - git config user.email "ci-build@binary.com" - git config user.name "ci-build" - - add_ssh_keys: - fingerprints: - - "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83" - - run: - name: Deploy docs to gh-pages branch - command: /home/circleci/.npm-packages/bin/gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]' docker_build_push: description: "Build and Push image to docker hub" parameters: