Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 1189624

Browse files
committed
ci: pin legacy sqlite for jazzy docs
1 parent 86c4c8e commit 1189624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jazzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-v "$PWD:/workspace" \
3434
-w /workspace \
3535
norionomura/jazzy:0.13.3_swift-5.2.1 \
36-
bash -lc "printf '%s\n' \"source 'https://rubygems.org'\" \"gem 'cocoapods', '1.9.3'\" \"gem 'jazzy', '0.13.3'\" > /tmp/InterposeKit.Gemfile && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle config set path /tmp/interposekit-bundle && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle install && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
36+
bash -lc "printf '%s\n' \"source 'https://rubygems.org'\" \"gem 'cocoapods', '1.9.3'\" \"gem 'jazzy', '0.13.3'\" \"gem 'sqlite3', '1.4.2'\" > /tmp/InterposeKit.Gemfile && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle config set path /tmp/interposekit-bundle && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle install && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
3737
- name: Validate documentation coverage
3838
run: |
3939
if ruby -rjson -e "j = JSON.parse(File.read('docs/undocumented.json')); exit j['warnings'].length != 0"; then

0 commit comments

Comments
 (0)