Skip to content

Commit

Permalink
DOC: add quick link to built specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Aug 21, 2019
1 parent 80ef549 commit 9d34c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/artifact_path
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0/home/circleci/project/site/01-introduction.html
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
build:
build_docs:
docker:
- image: circleci/python:3.6.6
steps:
Expand Down Expand Up @@ -143,10 +143,10 @@ workflows:
version: 2
search_build:
jobs:
- build
- build_docs
- linkchecker:
requires:
- build
- build_docs
- github-changelog-generator:
filters:
branches:
Expand Down

0 comments on commit 9d34c6a

Please sign in to comment.