helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Failing to run helaili/jekyll-action@v2 #109

Closed brutallyminimal closed 3 years ago

brutallyminimal commented 3 years ago

Bundle complete! 3 Gemfile dependencies, 31 gems now installed. Bundled gems are installed into ./vendor/bundle

Jekyll 4.1.1 Please append --trace to the build command for any additional information or backtrace.

/github/workspace/vendor/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `parse': (/github/workspace/_config.yml): did not find expected key while parsing a block mapping at line 1 column 1 (Psych::SyntaxError)

brutallyminimal commented 3 years ago

This is the error I get. Can someone point me in the right direction? Thanks in advance!

brutallyminimal commented 3 years ago

Removed the reference to the action on my _config.yml and now I can build successfully.