Skip to content

Commit d45e3a9

Browse files
committed
add doc test version
1 parent 6ad40eb commit d45e3a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/doc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: DocC
2+
on: [push]
3+
env:
4+
DEVELOPER_DIR: /Applications/Xcode_13.3.app/Contents/Developer
5+
jobs:
6+
build:
7+
runs-on: macos-12
8+
steps:
9+
- actions/checkout@v2
10+
- name: Build
11+
run: swift package --allow-writing-to-directory doc generate-documentation --target MatrixClient --disable-indexing --output-path doc --transform-for-static-hosting

0 commit comments

Comments
 (0)