Skip to content

Commit bcf54f2

Browse files
authored
ci: Fix manual documentation publishing workflow (#1720)
1 parent 28b9b80 commit bcf54f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ jobs:
187187
DEVELOPER_DIR: ${{ env.CI_XCODE_11 }}
188188

189189
docs:
190-
needs: parseui
191190
runs-on: macos-latest
192191
steps:
193192
- uses: actions/checkout@v2

.github/workflows/release-manual-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
ref: ${{ github.event.inputs.tag }}
20+
- name: Setup Ruby
21+
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
2022
- name: Cache Gems
2123
id: cache-gems
2224
uses: actions/cache@v2
@@ -27,6 +29,8 @@ jobs:
2729
${{ runner.os }}-gem-
2830
- name: Install Bundle
2931
run: |
32+
git submodule update --init --recursive
33+
sudo gem install bundler
3034
bundle config path vendor/bundle
3135
bundle install
3236
- name: Create Jazzy Docs

0 commit comments

Comments
 (0)