Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8d03fd

Browse files
committed
ci: Store doc artifacts after CircleCI build.
1 parent 78f4ab7 commit f8d03fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191

9292
- run: *doc
9393

94+
- store_artifacts:
95+
path: doc/build/html
96+
9497
"python-2.7":
9598
docker:
9699
- image: circleci/python:2.7
@@ -121,6 +124,9 @@ jobs:
121124
command: ~/.local/bin/linkchecker build/html/index.html
122125
working_directory: doc
123126

127+
- store_artifacts:
128+
path: doc/build/html
129+
124130

125131
#########################################
126132
# Defining workflows gets us parallelism.

0 commit comments

Comments
 (0)