Skip to content

Commit

Permalink
install gh-pages locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahboobeh-binary committed Jun 30, 2020
1 parent e035339 commit 67a4e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ commands:
- run:
name: Install and configure dependencies
command: |
sudo npm install -g gh-pages@2.0.1
npm install gh-pages@2.0.1
git config user.email "ci-build@binary.com"
git config user.name "ci-build"
- add_ssh_keys:
fingerprints:
- "6e:e8:9f:f9:7e:9f:50:a4:84:ac:15:b9:32:54:9f:71"
- run:
name: Deploy docs to gh-pages branch
command: gh-pages -d dist/compressed --branch << parameters.target_branch >> --message '[skip ci]'
command: node ./node_modules/gh-pages/bin/gh-pages -d dist/compressed --branch << parameters.target_branch >> --message '[skip ci]'
docker_build_push:
description: "Build and Push image to docker hub"
parameters:
Expand Down

0 comments on commit 67a4e93

Please sign in to comment.