We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c09cc commit 0565d3cCopy full SHA for 0565d3c
1 file changed
.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Build static html
19
command: bundle exec middleman build --clean
20
- persist_to_workspace:
21
- root: /root/project
+ root: ~/project
22
paths:
23
- build
24
deploy:
@@ -34,7 +34,7 @@ jobs:
34
fingerprints:
35
- "72:81:e7:4d:d2:d4:0d:7f:59:6b:e1:74:57:3d:36:12"
36
- attach_workspace:
37
- at: /root/project
+ at: ~/project
38
- run:
39
name: Install and configure dependencies
40
command: |
0 commit comments