Skip to content

Commit d54cf1a

Browse files
committed
properly checkout and attach to workspace
1 parent d02ce90 commit d54cf1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,12 @@ jobs:
122122

123123
publish:
124124
docker:
125-
- image: circleci/node:10.9.0
125+
- image: circleci/node:10.9.0
126126
working_directory: ~/plotly.js
127127
steps:
128+
- checkout
129+
- attach_workspace:
130+
at: ~/plotly.js
128131
- store_artifacts:
129132
path: build/plotly.js
130133
destination: /plotly.js

0 commit comments

Comments
 (0)