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

Commit a1838a5

Browse files
committed
ci: decouple jazzy container bundle lock
1 parent d5ca6ee commit a1838a5

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 "bundle config set path vendor/bundle && bundle install && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
36+
bash -lc "cp Gemfile /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)