Skip to content

Commit 0b8ab6a

Browse files
authored
Uncyclo action: use SwiftDocOrg/swift-doc (#48)
* Uncyclo action: use SwiftDocOrg/swift-doc SwiftDocOrg/swift-doc#127 has been merged. * Enable manual launching.
1 parent f1d958f commit 0b8ab6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Uncyclo
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

@@ -11,7 +12,7 @@ jobs:
1112
steps:
1213
- uses: actions/checkout@v1
1314
- name: Generate Documentation
14-
uses: kareman/swift-doc@support-kareman-Patterns
15+
uses: SwiftDocOrg/swift-doc@master
1516
with:
1617
inputs: "Sources/Patterns"
1718
module-name: Patterns

0 commit comments

Comments
 (0)