From d2d13092fb0a452aca4b9855b2efc3bbdc0da11d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 17 Dec 2023 00:36:33 -0700 Subject: use newline --- .github/workflows/build_docs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/build_docs.yaml') 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 -- cgit v1.2.3