sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme

Home Page:https://sylhare.github.io/Type-on-Strap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mjh2901 opened this issue · comments

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@473e4d8
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

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

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.

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