File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments