We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0332770 commit a101cd0Copy full SHA for a101cd0
1 file changed
.github/workflows/swift.yml
@@ -22,6 +22,7 @@ jobs:
22
23
- name: Generate Documentation
24
run: |
25
+ mkdir -p ./docs
26
swift package generate-documentation \
27
--target PartialJSON \
28
--disable-indexing \
@@ -49,23 +50,6 @@ jobs:
49
50
- name: Run SwiftLint
51
run: swiftlint --strict
52
- documentation:
53
54
- runs-on: macos-latest
55
- if: github.ref == 'refs/heads/main'
56
- needs: [build, lint]
57
-
58
- steps:
59
- - uses: actions/checkout@v4
60
61
- - name: Select Xcode 26
62
- run: sudo xcode-select -s /Applications/Xcode_26.0.app/Contents/Developer
63
64
- - name: Setup Swift 5.9
65
- uses: SwiftyLab/setup-swift@latest
66
- with:
67
- swift-version: '5.9'
68
69
validate-documentation:
70
name: Validate Documentation
71
runs-on: macos-latest
0 commit comments