Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 is available from the doc, by clicking on [![lite badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)]({docs-pr-index-url}/lite)
Loading