easy-markdown-to-github-pages icon indicating copy to clipboard operation
easy-markdown-to-github-pages copied to clipboard

Question: I wanna host my docs inside `./github/`

Open kasir-barati opened this issue 1 year ago • 0 comments

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/:

image

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?

kasir-barati avatar Oct 23 '24 00:10 kasir-barati