diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 00:06:28 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 00:06:28 -0700 |
commit | fc8859172d7628889985b928978a22211c8c0631 (patch) | |
tree | 0495f552d79b78d8f928d5c18dce2c6a090d24bc /.github | |
parent | ab4688d84b6808d8360c6d7966781c349f8203ba (diff) |
specify targets
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_docs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 3f5af1e..ee3b949 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -30,6 +30,10 @@ jobs: with: transform-for-static-hosting: true hosting-base-path: swift-gopher + targets: + - GopherHelpers + - swift-gopher + - swiftGopherClient output: docs - name: Upload docs uses: actions/upload-artifact@v1 |