We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f603151 commit 199d70eCopy full SHA for 199d70e
.github/workflows/generate-docs.yml
@@ -0,0 +1,19 @@
1
+name: Generate Documentation
2
+
3
+on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
8
9
+jobs:
10
+ build:
11
12
+ runs-on: macos-latest
13
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: Install swift-doc
17
+ run: brew install swiftdocorg/formulae/swift-doc
18
+ - name: Generate documentation
19
+ run: bin/generate-and-deploy-docs.sh
0 commit comments