We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a7f54 commit 26eab50Copy full SHA for 26eab50
.github/workflows/jekyll.yml
@@ -49,7 +49,7 @@ jobs:
49
rbenv global 3.1.4
50
ruby -v
51
- name: Setup Bundler
52
- run: gem install bundler
+ run: sudo gem install bundler
53
- name: Bundle install
54
run: bundle install
55
- name: Setup Pages
0 commit comments