Skip to content

Commit 40991a7

Browse files
committed
Disable Swift CI docs
1 parent 04e8488 commit 40991a7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/intelligence-docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
path: intelligence/docs/source/ts-api-ref/
7373

7474
build_swift_docs:
75+
if: false
7576
runs-on: macos-14
7677
name: Build Swift Docs
7778
steps:
@@ -135,7 +136,7 @@ jobs:
135136

136137
build_and_deploy:
137138
runs-on: ubuntu-22.04
138-
needs: [build_ts_docs, build_swift_docs, build_kt_docs]
139+
needs: [build_ts_docs, build_kt_docs]
139140
name: Deploy Docs
140141
steps:
141142
- uses: actions/checkout@v5
@@ -157,12 +158,6 @@ jobs:
157158
with:
158159
name: ts-docs
159160
path: intelligence/docs/source/ts-api-ref/
160-
- name: Download Swift docs
161-
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'adap/flower' && !github.event.pull_request.head.repo.fork }}
162-
uses: actions/download-artifact@v4
163-
with:
164-
name: swift-docs
165-
path: intelligence/docs/source/swift-api-ref/
166161
- name: Download Kotlin docs
167162
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'adap/flower' && !github.event.pull_request.head.repo.fork }}
168163
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)