jeffreytse / jekyll-deploy-action

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

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

Open robertipsihi opened 5 months ago

robertipsihi commented 5 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 5 months ago

Hi @robertipsihi

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

Thanks & Regards