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 28b9b80 commit bcf54f2Copy full SHA for bcf54f2
.github/workflows/ci.yml
@@ -187,7 +187,6 @@ jobs:
187
DEVELOPER_DIR: ${{ env.CI_XCODE_11 }}
188
189
docs:
190
- needs: parseui
191
runs-on: macos-latest
192
steps:
193
- uses: actions/checkout@v2
.github/workflows/release-manual-docs.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@v3
18
with:
19
ref: ${{ github.event.inputs.tag }}
20
+ - name: Setup Ruby
21
+ uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
22
- name: Cache Gems
23
id: cache-gems
24
uses: actions/cache@v2
@@ -27,6 +29,8 @@ jobs:
27
29
${{ runner.os }}-gem-
28
30
- name: Install Bundle
31
run: |
32
+ git submodule update --init --recursive
33
+ sudo gem install bundler
34
bundle config path vendor/bundle
35
bundle install
36
- name: Create Jazzy Docs
0 commit comments