artifacts

This commit is contained in:
Stuart Mumford 2018-07-05 21:31:57 -06:00
parent fe43b79e73
commit b7c3a74022
No known key found for this signature in database
GPG key ID: 60BC5C03E6276769

View file

@ -12,6 +12,11 @@ jobs:
steps:
- checkout
- run: *gendoc
- store_artifacts:
path: scripts/gen
- run:
name: "Doc build is available at:"
command: DOCS_URL="${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/scripts/gen/index.html"; echo $DOCS_URL
workflows:
version: 2