Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup readthedoc preview github ci for doc preview before merge #1344

Merged
merged 3 commits into from Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/doc-qa.yaml
Expand Up @@ -47,3 +47,10 @@ jobs:
uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache

documentation-preview:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "datacube-core"
1 change: 1 addition & 0 deletions docs/about/whats_new.rst
Expand Up @@ -17,6 +17,7 @@ v1.8.next
- Add what's new page link to menu and general doc fixes (:pull:`1335`)
- Add `search_fields` to required for metadata type schema and update doc (:pull:`1339`)
- Fix typo and update metadata documentation (:pull:`1340`)
- Add readthedoc preview github action (:pull:`1344`)

.. _PEP561: https://peps.python.org/pep-0561/

Expand Down