There was an error while loading. Please reload this page.
1 parent 6ad40eb commit ffdc89fCopy full SHA for ffdc89f
1 file changed
.github/workflows/doc.yml
@@ -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
+ - uses: '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