diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_docs.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index e74742f..3f5af1e 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -31,3 +31,9 @@ jobs: transform-for-static-hosting: true hosting-base-path: swift-gopher output: docs + - name: Upload docs + uses: actions/upload-artifact@v1 + if: always() + with: + name: docs + path: docs |