Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll
adding-a-theme-to-your-github-pages-site-using-jekyll.md
What changes are you suggesting?
I tried to follow the guide step by step, so I chose a github pages deploy branch, it worked perfectly. The site was up and working as expected.
When I tried to install a theme through adding _config.yml
file and typed theme: slate
I received the error:
github-pages 228 | Error: The slate theme could not be found.
Well, that's not right, so I tried to set up the source for pages from `GitHub Actions'.
Again, received same error:
Configuration file: /github/workspace/./_config.yml
Theme: slate
github-pages 228 | Error: The slate theme could not be found.
Since I obviously couldn't do what I wanted, I think you should update this page.
You can see the exact stacktrace by following this link - https://github.com/DRMPN/open-source-ops
Additional information
No response