diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:37:23 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:37:23 -0700 |
commit | cf3acf6598c3abfb467e7ee3ea0b3e8cf3d30516 (patch) | |
tree | d71ec9e128c872647fb1c6c346cbc4e161d0a80d | |
parent | be262479891bbf0773932c8c45c685aea9f4d9ac (diff) |
update action
-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 |