Skip to content

Commit 38a2dc3

Browse files
authored
Add Uncyclo generation workflow.
1 parent 217b29c commit 38a2dc3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/wiki.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Uncyclo
2+
3+
on: []
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v1
11+
- name: Generate Documentation
12+
uses: SwiftDocOrg/swift-doc@master
13+
with:
14+
inputs: "Sources/Patterns"
15+
module-name: Patterns
16+
output: "Documentation"
17+
- name: Upload Documentation to Uncyclo
18+
uses: SwiftDocOrg/github-wiki-publish-action@v1
19+
with:
20+
path: "Documentation"
21+
env:
22+
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)