Skip to content

Commit a101cd0

Browse files
committed
One more
1 parent 0332770 commit a101cd0

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Generate Documentation
2424
run: |
25+
mkdir -p ./docs
2526
swift package generate-documentation \
2627
--target PartialJSON \
2728
--disable-indexing \
@@ -49,23 +50,6 @@ jobs:
4950
- name: Run SwiftLint
5051
run: swiftlint --strict
5152

52-
documentation:
53-
name: Generate Documentation
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-
6953
validate-documentation:
7054
name: Validate Documentation
7155
runs-on: macos-latest

0 commit comments

Comments
 (0)