aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-17 00:07:52 -0700
committerGitHub <noreply@github.com>2023-12-17 00:07:52 -0700
commit546cd72ada8c8fce989b1e25e500ae88c5ad89a1 (patch)
tree8c5fef04ad9dc92cd5ff630d44a14956db12a17c /.github/workflows
parentfc8859172d7628889985b928978a22211c8c0631 (diff)
Update build_docs.yaml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_docs.yaml5
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