Skip to content

Commit 47b8c0f

Browse files
Update swift.yml
1 parent 43e5e71 commit 47b8c0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/swift.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
- name: Build
1717
run: swift build -v
1818

19-
- uses: actions/checkout@v1
19+
jobs:
20+
build:
21+
runs-on: ubuntu-latest
22+
23+
steps:
24+
- uses: actions/checkout@v1
2025
- name: Generate Documentation
2126
uses: SwiftDocOrg/swift-doc@master
2227
with:
@@ -29,3 +34,4 @@ jobs:
2934
path: "Documentation"
3035
env:
3136
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.DOCUMENTATION_SECRET }}
37+

0 commit comments

Comments
 (0)