Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f4ab7 commit f8d03fdCopy full SHA for f8d03fd
.circleci/config.yml
@@ -91,6 +91,9 @@ jobs:
91
92
- run: *doc
93
94
+ - store_artifacts:
95
+ path: doc/build/html
96
+
97
"python-2.7":
98
docker:
99
- image: circleci/python:2.7
@@ -121,6 +124,9 @@ jobs:
121
124
command: ~/.local/bin/linkchecker build/html/index.html
122
125
working_directory: doc
123
126
127
128
129
130
131
#########################################
132
# Defining workflows gets us parallelism.
0 commit comments