diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 00:36:33 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 00:36:33 -0700 |
commit | d2d13092fb0a452aca4b9855b2efc3bbdc0da11d (patch) | |
tree | 18f8122143bcb2872ed3e87507a5a6f4d786ce97 /.github | |
parent | c7f509feb7b8d290469178e7d4c940f973c658eb (diff) |
use newline
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_docs.yaml | 7 |
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 |