mkdocs material not working properly #2423
-
Hi, I want to ask why my site doesn't really look like it uses a material theme? And also you can see the source at https://github.com/ngedev/ngedev.github.io I think the mkdocs configuration is correct as in the documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Works for me when I run it locally. Must be something you are doing, but you would have to provide more information: |
Beta Was this translation helpful? Give feedback.
-
Now I've never deployed with GitHub Actions myself, but taking a quick glance at the documentation, but the file you named as |
Beta Was this translation helpful? Give feedback.
Now I've never deployed with GitHub Actions myself, but taking a quick glance at the documentation, but the file you named as
mkdocs.yml
in workflows should maybe be calledci.yml
. Themkdocs.yml
file is for Mkdocs, not GitHub Actions.https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions