diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_docs.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index ee3b949..95ef150 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -30,10 +30,7 @@ jobs: with: transform-for-static-hosting: true hosting-base-path: swift-gopher - targets: - - GopherHelpers - - swift-gopher - - swiftGopherClient + targets: "GopherHelpers\nswift-gopher\nswiftGopherClient" output: docs - name: Upload docs uses: actions/upload-artifact@v1 |