diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:42:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 23:42:10 -0700 |
commit | 11d4a68052daa34aa271bd732d827f05b7a0d74b (patch) | |
tree | ad013d40735462b3b15a42dd881b0bce6b3abf68 | |
parent | c9e892294b298fa7351f853bbb7cf805b0ec7ae0 (diff) |
Update build_docs.yaml
-rw-r--r-- | .github/workflows/build_docs.yaml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index c667e0b..fbab537 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -17,8 +17,11 @@ concurrency: jobs: generate-and-publish-docs: - uses: sersoft-gmbh/swifty-docs-action@v3 - with: - transform-for-static-hosting: true - hosting-base-path: swift-gopher - output: docs + runs-on: macOS-latest + steps: + - name: Swift Package Documentation Generator + uses: sersoft-gmbh/swifty-docs-action@v3.0.0 + with: + transform-for-static-hosting: true + hosting-base-path: swift-gopher + output: docs |