ci: Don't expose generated docs as artifact

This commit is contained in:
Kévin Commaille 2022-06-20 13:39:01 +02:00 committed by Kévin Commaille
parent 212596f9ba
commit cbad7fcb3a

View File

@ -278,11 +278,3 @@ 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