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

Skip to content

Commit 1df513f

Browse files
committed
ci: Print out documentation link at end of build.
1 parent 3a5e3ee commit 1df513f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
- store_artifacts:
9595
path: doc/build/html
9696

97+
- run:
98+
name: "Built documentation is available at:"
99+
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
100+
97101
docs-python27:
98102
docker:
99103
- image: circleci/python:2.7
@@ -127,6 +131,10 @@ jobs:
127131
- store_artifacts:
128132
path: doc/build/html
129133

134+
- run:
135+
name: "Built documentation is available at:"
136+
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
137+
130138

131139
#########################################
132140
# Defining workflows gets us parallelism.

0 commit comments

Comments
 (0)