Skip to content

Commit 458a6ef

Browse files
Merge pull request #3 from Mahboobeh-binary/new-release-proc
install gh-pages locally
2 parents 7c20a67 + 76a5e32 commit 458a6ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ commands:
6868
- run:
6969
name: Install and configure dependencies
7070
command: |
71-
sudo npm install gh-pages@2.0.1
71+
pwd
72+
cd project && npm install gh-pages@2.0.1
7273
git config user.email "ci-build@binary.com"
7374
git config user.name "ci-build"
7475
- add_ssh_keys:

0 commit comments

Comments
 (0)