Skip to content

Commit 199d70e

Browse files
rninesethk4783
authored andcommitted
Create generate-docs.yml
1 parent f603151 commit 199d70e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/generate-docs.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Generate Documentation
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
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

Comments
 (0)