⚒️ Update build-docs.yml, do not zip docs (#645)

This commit is contained in:
Sebastián Ramírez 2023-08-01 11:35:32 +02:00 committed by GitHub
parent 6a4c5d9b34
commit be5b1f14f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,8 @@ jobs:
- name: Build Docs with Insiders
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
run: python -m mkdocs build --config-file mkdocs.insiders.yml
- name: Zip docs
run: bash ./scripts/zip-docs.sh
- uses: actions/upload-artifact@v3
with:
name: docs-site