Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 3da36cc

Browse files
committed
Update circle to reflect layout
1 parent 7cd4f60 commit 3da36cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

circle.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ checkout:
88

99
dependencies:
1010
cache_directories:
11-
- "site/node_modules"
11+
- "node_modules"
1212
override:
1313
- npm install -g hexo-cli
14-
- npm install:
15-
pwd: site
1614

1715
test:
1816
override:
@@ -23,5 +21,4 @@ deployment:
2321
s3:
2422
branch: /^(master|version-.*)/
2523
commands:
26-
- npm run deploy:
27-
pwd: site
24+
- npm run deploy

0 commit comments

Comments
 (0)