Skip to content

Commit

Permalink
Allow preview
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Sep 22, 2023
1 parent 9de2d77 commit 222cb29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
python3 -m pip install -r docs/requirements.txt
sphinx-build docs/source docs/build -j$(nproc)
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./docs/build

- name: Upload html pages as artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 222cb29

Please sign in to comment.