Skip to content

Commit

Permalink
Add readthedocs/preview action for website preview on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Mar 6, 2024
1 parent 2a579fd commit 0b72a72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/website_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
--target website \
--config Release
working-directory: _build

- name readthedocs preview
uses: readthedocs/actions/preview@v1
with:
project-slug: "openexr"
message-template: "preview: {docs-pr-index-url}

0 comments on commit 0b72a72

Please sign in to comment.