Skip to content

Commit 0565d3c

Browse files
Update config.yml
1 parent d7c09cc commit 0565d3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build static html
1919
command: bundle exec middleman build --clean
2020
- persist_to_workspace:
21-
root: /root/project
21+
root: ~/project
2222
paths:
2323
- build
2424
deploy:
@@ -34,7 +34,7 @@ jobs:
3434
fingerprints:
3535
- "72:81:e7:4d:d2:d4:0d:7f:59:6b:e1:74:57:3d:36:12"
3636
- attach_workspace:
37-
at: /root/project
37+
at: ~/project
3838
- run:
3939
name: Install and configure dependencies
4040
command: |

0 commit comments

Comments
 (0)