Replies: 2 comments 9 replies
-
The
|
Beta Was this translation helpful? Give feedback.
8 replies
-
In the end it was an issue with my testing setup. I adjusted the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue with the 404 page, that is not rendering correct. I see several issues in the browsers error tab. I use GH action to deploy the page to GH pages on an GH Enterprise instance.
The error page fails to load several file from this URL: e.g
On other pages this URL is used:
I tried fixing this by setting the
site_url
to different values but without success.site_url: https://github.<host>/pages/<org>/<repository>
site_url: https://github.<host>/pages/<org>/<repository>/
site_url: https://<customUrl>
site_url: https://<customUrl>/
Using
mkdocs serve
locally there are no issues:Any idea?
Beta Was this translation helpful? Give feedback.
All reactions