sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
814 stars 902 forks source link

Workflow action - Getting Error: The process '/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/bundle' failed with exit code 16 #362

Closed mjh2901 closed 2 years ago

mjh2901 commented 2 years ago

Describe the bug When rendering in github pages it is launching 2 jobs and i am getting a error on one, the other which is the page build does finish green and th pages render

Run ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e Downloading Ruby Extracting Ruby Installing Bundler bundle install Error: The process '/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/bundle' failed with exit code 16

mjh2901 commented 2 years ago

Fixed sort of, switched to remote theme mode and removed unnecessary folders. Instructions should list what can be deleted when using remote theme mode.

sylhare commented 2 years ago

Hi thanks for opening a PR, would you want to open a PR to contribute to the documentation?

As for the error:

Error: The process '/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/bundle' failed with exit code 16

It seems to be related to the setup-ruby step.

sylhare commented 2 years ago

I have created two different files for the github action to reduce flakiness. Closing this one.