Skip to content

Commit 4738a67

Browse files
Update swift.yml
1 parent e6c7fd9 commit 4738a67

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.github/workflows/swift.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,17 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Build
1717
run: swift build -v
18-
19-
runs-on: ubuntu-latest
20-
21-
steps:
22-
- uses: actions/checkout@v1
23-
- name: Generate Documentation
24-
uses: SwiftDocOrg/swift-doc@master
25-
with:
26-
inputs: "Sources/FortunesAlgorithm"
27-
module-name: FortunesAlgorithm
28-
output: "Documentation"
29-
- name: Upload Documentation to Wiki
30-
uses: SwiftDocOrg/github-wiki-publish-action@v1
31-
with:
32-
path: "Documentation"
33-
env:
34-
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.DOCUMENTATION_SECRET }}
18+
- uses: actions/checkout@v1
19+
- name: Generate Documentation
20+
uses: SwiftDocOrg/swift-doc@master
21+
with:
22+
inputs: "Sources/FortunesAlgorithm"
23+
module-name: FortunesAlgorithm
24+
output: "Documentation"
25+
- name: Upload Documentation to Wiki
26+
uses: SwiftDocOrg/github-wiki-publish-action@v1
27+
with:
28+
path: "Documentation"
29+
env:
30+
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.DOCUMENTATION_SECRET }}
3531

0 commit comments

Comments
 (0)