Skip to content

Commit

Permalink
Add the ReadTheDocs PR (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
filimarc authored Nov 23, 2023
1 parent 7b3974c commit 61a6172
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
pip install -e .
- name: Fail documentations on warnings
run: cd docs && sphinx-build -nW -b html . _build/html
docs-preview:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest

steps:
- name: read the docs
uses: readthedocs/actions/preview@v1
with:
project-slug: "readthedocs-preview"

0 comments on commit 61a6172

Please sign in to comment.