Skip to content

Commit ac62e9d

Browse files
authored
chore: Update jazzy cli command [skip ci] (#2470)
1 parent 523d25c commit ac62e9d

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.jazzy.yaml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
module: Amplify
22
author: Amazon Web Services
3-
github_url: https://github.com/aws-amplify/amplify-ios
4-
5-
exclude:
6-
- Pods
3+
github_url: https://github.com/aws-amplify/amplify-swift
74

5+
swift-build-tool: spm
86
clean: true
97
skip_undocumented: false
108
undocumented_text: ""
119
hide_documentation_coverage: true
1210
sdk: iphone
1311
theme: apple
1412
build_tool_arguments:
15-
- -workspace
16-
- Amplify.xcworkspace
17-
- -scheme
18-
- Amplify
19-
20-
docset_icon: readme-images/amplify-icon.png
13+
- -Xswiftc
14+
- -swift-version
15+
- -Xswiftc
16+
- "5"
2117

18+
docset_icon: readme-images/amplify-icon.png

CircleciScripts/jazzy_doc_gen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
REPO="aws-amplify/amplify-ios.git"
8+
REPO="aws-amplify/amplify-swift.git"
99

1010
git clone [email protected]:$REPO $(mktemp -d -t amplify-release)
1111
TEMP_DIR=$_

0 commit comments

Comments
 (0)