easy-markdown-to-github-pages
easy-markdown-to-github-pages copied to clipboard
Question: I wanna host my docs inside `./github/`
Hi
I tried to use your _config.yml to host my .github/docs but failed. I first tried to change the directory in the settings to /docs/:
But after that my pipeline failed to build jekyll:
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
No such file or directory @ dir_chdir0 - /github/workspace/docs
So now I changed it back to root but I cannot see anything in my GH Pages: https://kasir-barati.github.io/react/
Here is a link to the pipeline: https://github.com/kasir-barati/react/actions/runs/11470668824/job/31920262687
Here is my _config.yml: https://github.com/kasir-barati/react/blob/main/_config.yml#L7
Do you have any suggestion about what should I do?