Skip to content

Commit 0c3b001

Browse files
Update swift.yml
1 parent 96fd388 commit 0c3b001

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,10 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: macos-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Build
1717
run: swift build -v
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 }}
3118

0 commit comments

Comments
 (0)