Skip to content

Commit

Permalink
Fix Lite Deployment Badge via RTD on PR using Custom Action (#356)
Browse files Browse the repository at this point in the history
* Fix Lite Deployment Badge via RTF on PR

---------

Co-authored-by: Matt Fisher <[email protected]>

* Simplify comment

Co-authored-by: Matt Fisher <[email protected]>

---------

Co-authored-by: Matt Fisher <[email protected]>
Co-authored-by: martinRenou <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 0845d41 commit 2c62081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-rtd-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
autolink-rtd-previews:
runs-on: 'ubuntu-latest'
steps:
- uses: 'readthedocs/actions/preview@v1'
- uses: 'mfisher87/readthedocs-actions/preview@main'
with:
project-slug: 'jupytergis'
message-template: |
---
📚 Documentation preview: {docs-pr-index-url}
💡 JupyterLite preview is available from the doc, by clicking on ![lite badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)
💡 JupyterLite preview: {docs-pr-index-url}lite

0 comments on commit 2c62081

Please sign in to comment.