We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad40eb commit d45e3a9Copy full SHA for d45e3a9
.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
+ - 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