Github Pages Workflow #2660
-
|
Hi, I'm muddling my way through the new deployment with github actions -- something is working but the rendered page shows a myst error about maybe the base url? Is there a place to share the url to the book in terms of username.github.io/bookrepo? I pushed to my repo, did everything in the actions and .github/workflows/deploy.yaml described in docs but something is still missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is probably related to the use of the While you're not deploying a static website, the discussions in these issues may still be helpful: jupyter-book/jupyter-book#2396, jupyter-book/jupyter-book#2477 |
Beta Was this translation helpful? Give feedback.
This is probably related to the use of the
BASE_URLenvironment variable in JB2 / mystmd. Coming from JB1, I found this initially disorienting, and it took me a while to understand what I was seeing in the documentation. See https://mystmd.org/guide/deployment#deploy-base-urlWhile you're not deploying a static website, the discussions in these issues may still be helpful: jupyter-book/jupyter-book#2396, jupyter-book/jupyter-book#2477