ci: Expose generated docs as an artifact

This commit is contained in:
Kévin Commaille 2022-06-14 13:59:46 +02:00 committed by Kévin Commaille
parent 191a747541
commit 4f45b8f8ff

View File

@ -258,3 +258,11 @@ jobs:
repository-name: ruma/docs.ruma.io
branch: main
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
- name: Compress docs
run: tar --zstd -cf docs.tar.zstd target/doc
- uses: actions/upload-artifact@v3
with:
name: docs
path: docs.tar.zstd