Skip to content

Commit f324935

Browse files
committed
fix artifact upload path
1 parent b77c03f commit f324935

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
@@ -48,7 +48,7 @@ jobs:
4848
make deploy_docs
4949
5050
- store_artifacts:
51-
path: /html
51+
path: /docs/html
5252

5353
docs-build-deploy:
5454
docker:

0 commit comments

Comments
 (0)