File tree Expand file tree Collapse file tree 1 file changed +13
-17
lines changed
Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments