Skip to content

Commit

Permalink
Fix typo in ReadTheDocs PR link automation (#285)
Browse files Browse the repository at this point in the history
* Fix typo in ReadTheDocs PR link automation

* Account for trailing slash in {docs-pr-index-url} slug
  • Loading branch information
mfisher87 authored Jan 6, 2025
1 parent fab1a41 commit b05567e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-rtd-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
project-slug: 'jupytergis'
message-template: |
---
📚 Documentation preview: {docs-pr-index-url}
💡 JupyterLite preview: {docs-pre-index-url}/lite
💡 JupyterLite preview: {docs-pr-index-url}lite

0 comments on commit b05567e

Please sign in to comment.