Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit dfa69de

Browse files
authored
Merge pull request #3323 from afshinpaydar-binary/disable_gh_pages
Remove GitHub Pages from Circleci
2 parents d005e07 + 7a85014 commit dfa69de

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ commands:
6565
- run:
6666
name: Tag build
6767
command: echo "<< parameters.target_branch >> $(date -u +'%Y-%m-%dT%H:%M:%SZ')" > www/version
68-
- run:
69-
name: Install and configure dependencies
70-
command: |
71-
mkdir "${HOME}/.npm-packages"
72-
npm config set prefix "${HOME}/.npm-packages"
73-
npm i -g gh-pages
74-
git config user.email "ci-build@binary.com"
75-
git config user.name "ci-build"
76-
- add_ssh_keys:
77-
fingerprints:
78-
- "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83"
79-
- run:
80-
name: Deploy docs to gh-pages branch
81-
command: /home/circleci/.npm-packages/bin/gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]'
8268
docker_build_push:
8369
description: "Build and Push image to docker hub"
8470
parameters:

0 commit comments

Comments
 (0)