diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:57:48 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 23:57:48 -0700 |
commit | ab4688d84b6808d8360c6d7966781c349f8203ba (patch) | |
tree | d72996cf93ced34594f17a7eeccefd911751fa67 /.github/workflows | |
parent | 138a47bfff903801ab8f1dc9b1e5fe58af48305e (diff) |
upload docs
Diffstat (limited to '.github/workflows')
-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 |