diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_docs.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index b0897a9..79ea5ee 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -17,10 +17,8 @@ concurrency: jobs: generate-and-publish-docs: - uses: sersoft-gmbh/oss-common-actions/.github/workflows/swift-generate-and-publish-docs.yml@main + uses: sersoft-gmbh/swifty-docs-action@v3 with: - os: macOS - swift-version: '5.9' - organisation: ${{ github.repository_owner }} - repository: ${{ github.event.repository.name }} - pages-branch: gh-pages + transform-for-static-hosting: true + hosting-base-path: swift-gopher + output: docs |