Skip to content

Commit 02a824e

Browse files
committed
doc(circleci): fix store_artifacts path
1 parent 695465e commit 02a824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
root: docs/_build
356356
paths: html
357357
- store_artifacts:
358-
path: ./docs/_build/html/html
358+
path: ./docs/_build/html
359359
destination: versioned
360360

361361
deploy_docker:

0 commit comments

Comments
 (0)