diff options
Diffstat (limited to '.github/workflows')
-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 |