-
Hi folks I'm looking at hosting on github pages. When I publish mkdocs with gh-pages -t material I find that a lot of the nice navigation features like the tab menu and custom icons is not working. Is this a know limitation with pages hosting? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Oct 30, 2022
Replies: 1 comment 1 reply
-
No, everything should work when deploying with gh-pages. We're doing the same for our docs: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shaunryan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, everything should work when deploying with gh-pages. We're doing the same for our docs:
mkdocs-material/.github/workflows/documentation.yml
Line 85 in 4caa165