diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 00:07:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 00:07:52 -0700 |
commit | 546cd72ada8c8fce989b1e25e500ae88c5ad89a1 (patch) | |
tree | 8c5fef04ad9dc92cd5ff630d44a14956db12a17c | |
parent | fc8859172d7628889985b928978a22211c8c0631 (diff) |
Update build_docs.yaml
-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 |