Skip to content

Commit 3e292c5

Browse files
authoredMay 14, 2025
docs: instruct spi to build docs (#716)
* docs: instruct spi to build docs * ci: add step for testing docs
1 parent 8dd9549 commit 3e292c5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ jobs:
179179
run: make DERIVED_DATA_PATH=~/.derivedData SCHEME="SlackClone" XCODEBUILD_ARGUMENT=build xcodebuild
180180
- name: UserManagement
181181
run: make DERIVED_DATA_PATH=~/.derivedData SCHEME="UserManagement" XCODEBUILD_ARGUMENT=build xcodebuild
182+
183+
docs:
184+
name: Test docs
185+
runs-on: macos-15
186+
steps:
187+
- uses: actions/checkout@v4
188+
- name: Test docs
189+
run: make test-docs

‎.spi.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
version: 1
2-
external_links:
3-
documentation: "https://supabase.com/docs/reference/swift"
2+
builder:
3+
configs:
4+
- platform: ios
5+
documentation_targets:
6+
- Supabase
7+
- Auth
8+
- Storage
9+
- PostgREST
10+
- Realtime
11+
- Functions

0 commit comments

Comments
 (0)