Skip to content

Commit 09667cb

Browse files
committed
Remove non-functional documentation job from CI
The generate-documentation command requires Swift-DocC plugin which isn't installed. Since the job was already set to continue-on-error, removing it eliminates noise and reduces CI complexity.
1 parent 8620043 commit 09667cb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,3 @@ jobs:
7777
# Note: swift test builds automatically
7878
- name: Test (Swift 6.0)
7979
run: swift test -c release
80-
81-
# Documentation generation
82-
documentation:
83-
name: Documentation
84-
runs-on: macos-26
85-
steps:
86-
- uses: actions/checkout@v5
87-
88-
- name: Select Xcode
89-
run: sudo xcode-select -s /Applications/Xcode_26.0.app
90-
91-
- name: Build documentation
92-
run: |
93-
swift package \
94-
--allow-writing-to-directory ./docs \
95-
generate-documentation \
96-
--target HTMLTypes \
97-
--output-path ./docs \
98-
--transform-for-static-hosting \
99-
--hosting-base-path swift-html-types
100-
continue-on-error: true

0 commit comments

Comments
 (0)