jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
344 stars 47 forks source link

Fatal: The configuration file '/github/workspace/_config.yml' could not be found. #82

Open robertipsihi opened 7 months ago

robertipsihi commented 7 months ago

I am getting this error, any ideas?

        Fatal: The configuration file '/github/workspace/_config.yml' could not be found.
                    ------------------------------------------------
      Jekyll 4.3.3   Please append `--trace` to the `build` command 
                     for any additional information or backtrace. 
jeffreytse commented 7 months ago

Hi @robertipsihi

For using GitHub Actions like this, you need to config your personal action file as README.

Thanks & Regards