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 2141dc8 commit 376ebd7Copy full SHA for 376ebd7
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
${{ runner.os }}-gems-
28
- name: Install Bundler
29
run: |
30
- gem install bundler
+ sudo gem install bundler
31
bundle config path vendor/bundle
32
bundle install --jobs 4 --retry 3
33
- name: Generate Jazzy Docs
0 commit comments