Skip to content

Commit 3ac9bde

Browse files
committed
build: artifacts path fix
1 parent 3540798 commit 3ac9bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs: # a collection of steps
9999
command: cd book/config && make VERSION=1.2.2 pdf
100100

101101
- store_artifacts:
102-
path: /book/dist
102+
path: book/dist
103103

104104
workflows:
105105
version: 2

0 commit comments

Comments
 (0)