aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_docs.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml
index 08bf0fe..e0304b8 100644
--- a/.github/workflows/build_docs.yaml
+++ b/.github/workflows/build_docs.yaml
@@ -30,14 +30,17 @@ jobs:
with:
transform-for-static-hosting: true
hosting-base-path: swift-gopher
- targets: "GopherHelpers\nswift-gopher\nswiftGopherClient"
+ targets: |
+ GopherHelpers
+ swift-gopher
+ swiftGopherClient
output: docs
- name: Upload Docs
uses: EndBug/add-and-commit@v9
with:
add: "docs"
message: Update Documentation
- commiter_name: GitHub Actions
+ committer_name: GitHub Actions
committer_email: actions@github.com