Skip to content

Commit 7cfbfa8

Browse files
committed
ci: Fix custom composite action location and usage
1 parent ecd5be8 commit 7cfbfa8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: swift test --test-product swift-cross-uiPackageTests
4747

4848
- name: Compile AppKitBackend docs
49-
uses: OWNER/compile-docs@SHA
49+
uses: ./.github/actions/compile-docs
5050
with:
5151
target: AppKitBackend
5252
upload: true
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Compile UIKitBackend docs
112112
if: ${{ matrix.devicetype == 'iPhone' }}
113-
uses: OWNER/compile-docs@SHA
113+
uses: ./.github/actions/compile-docs
114114
with:
115115
target: UIKitBackend
116116
upload: true
@@ -170,7 +170,7 @@ jobs:
170170
run: swift build --target WinUIBackend
171171

172172
- name: Compile WinUIBackend docs
173-
uses: OWNER/compile-docs@SHA
173+
uses: ./.github/actions/compile-docs
174174
with:
175175
target: WinUIBackend
176176
upload: true
@@ -212,13 +212,13 @@ jobs:
212212
run: swift test --test-product swift-cross-uiPackageTests
213213

214214
- name: Compile GtkBackend docs
215-
uses: OWNER/compile-docs@SHA
215+
uses: ./.github/actions/compile-docs
216216
with:
217217
target: GtkBackend
218218
upload: true
219219

220220
- name: Compile Gtk3Backend docs
221-
uses: OWNER/compile-docs@SHA
221+
uses: ./.github/actions/compile-docs
222222
with:
223223
target: Gtk3Backend
224224
upload: true
@@ -238,7 +238,7 @@ jobs:
238238
run: swift --version
239239

240240
- name: Compile SwiftCrossUI docs
241-
uses: OWNER/compile-docs@SHA
241+
uses: ./.github/actions/compile-docs
242242
with:
243243
target: SwiftCrossUI
244244
upload: false

0 commit comments

Comments
 (0)