Skip to content

Commit bf6c29e

Browse files
committed
doc: rm pods.yml
1 parent ef85c98 commit bf6c29e

3 files changed

Lines changed: 7 additions & 21 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
- name: Resolve Swift Package dependencies
1717
run: xcodebuild -resolvePackageDependencies
1818
- name: Generate Documentation
19-
run: ./docs.sh
19+
run: ./docs.sh || {
20+
# 若失败,打印 xcodebuild 日志
21+
cat /var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/xcodebuild-*.log
22+
exit 1
23+
}
24+
continue-on-error: false
2025
- name: Publish
2126
uses: peaceiris/actions-gh-pages@v3
2227
with:

.github/workflows/pods.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.jazzy.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ github_url: https://github.com/EFPrefix/EFQRCode
88
github_file_prefix: https://github.com/EFPrefix/EFQRCode/blob/main
99
dash_url: https://efprefix.github.io/EFQRCode/docsets/EFQRCode.xml
1010
exclude: ./Source/EFQRCode+Migration*
11-
xcodebuild_arguments:
12-
- -workspace
13-
- EFQRCode.xcworkspace
14-
- -scheme
15-
- 'EFQRCode iOS'
11+
xcodebuild_arguments: [-workspace, 'EFQRCode.xcworkspace', -scheme, 'EFQRCode iOS']
1612
output: docs

0 commit comments

Comments
 (0)