Skip to content

Commit 051b2c4

Browse files
authored
chore: updating doc gen script (#2531)
1 parent 2151de1 commit 051b2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CircleciScripts/jazzy_doc_gen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ generate_docs() {
1616
cd $TEMP_DIR
1717
git checkout gh-pages
1818
git reset --hard origin/release
19-
pod install
2019
gem install -n /usr/local/bin jazzy
21-
jazzy && ln -s ../readme-images docs
20+
jazzy --swift-build-tool spm --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5
21+
ln -s ../readme-images docs
2222
git add docs
2323
git commit -m "chore: update API docs [skip ci]"
2424
git push --force

0 commit comments

Comments
 (0)