Skip to content

Commit f18d04b

Browse files
committed
fix artifact path
1 parent edab2ba commit f18d04b

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
@@ -30,5 +30,5 @@ jobs:
3030
sphinx-build --color -W --keep-going -b html . _build/html
3131
3232
- store_artifacts:
33-
path: /root/project/_build/html
33+
path: /home/circleci/project/_build/html
3434
destination: html

0 commit comments

Comments
 (0)