CI: Docs build preview in each PR (#1494)
* store html artifacts in circle ci * add note to contributing.md
This commit is contained in:
parent
c71bd73acb
commit
7131685ae3
|
@ -76,6 +76,10 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- *make_docs
|
||||
- store_artifacts:
|
||||
# allows us to preview the generated html pages
|
||||
path: docs/build/html/
|
||||
destination: html
|
||||
|
||||
Formatting:
|
||||
docker:
|
||||
|
|
|
@ -120,6 +120,8 @@ make html
|
|||
```
|
||||
and open `docs/build/html/index.html` in your browser.
|
||||
|
||||
When you send a PR the continuous integration will run tests and build the docs. You can access a preview of the html pages in the
|
||||
_Artifacts_ tab in CircleCI when you click on the task named _ci/circleci: Build-Docs_ at the bottom of the PR page.
|
||||
|
||||
### Testing
|
||||
|
||||
|
|
Loading…
Reference in New Issue