Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 9d9f628

Browse files
committed
chore(circleci): not using sudo
1 parent aacb5d3 commit 9d9f628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
- run:
3838
name: Install and configure dependencies
3939
command: |
40-
sudo npm install gh-pages
40+
npm install -D gh-pages
4141
git config user.email "ci-build@circleci.com"
4242
git config user.name "ci-build"
43-
- run: sudo gh-pages --dist docs/.vuepress/dist
43+
- run: ./node_modules/.bin/gh-pages --dist docs/.vuepress/dist
4444
workflows:
4545
version: 2
4646
test_build_docs:

0 commit comments

Comments
 (0)