Skip to content

Commit 0de631b

Browse files
authored
Fix RTD build -- our quarto project lives in the repository root (#10)
* Fix RTD build -- our quarto project lives in the repository root * Fixup project slug for PR description footer
1 parent 067b184 commit 0de631b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pr-rtd-link.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
steps:
1919
- uses: 'readthedocs/actions/preview@v1'
2020
with:
21-
project-slug: 'jupytergis'
21+
project-slug: 'geojupyter'
2222
message-template: |
23+
---
2324
:mag: Preview: {docs-pr-index-url}
24-
This Pull Request preview is provided by ReadTheDocs. Our production website, however, is currently deployed with GitHub Pages.
25+
_Note: This Pull Request preview is provided by ReadTheDocs. Our production website, however, is currently deployed with GitHub Pages._

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ build:
1616
- "ln -s ~/opt/quarto/bin/quarto ~/bin/quarto"
1717

1818
# Render
19-
- "cd doc && ~/bin/quarto render"
19+
- "~/bin/quarto render"
2020
- "mkdir --parents $READTHEDOCS_OUTPUT/html/"
21-
- "mv doc/_site/* $READTHEDOCS_OUTPUT/html/."
21+
- "mv _site/* $READTHEDOCS_OUTPUT/html/."

0 commit comments

Comments
 (0)