fix docs upload to aws

This commit is contained in:
MicroDev 2023-02-15 09:53:56 +05:30
parent 50c52fca88
commit 5168e96d0c
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
1 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,11 @@ jobs:
with:
name: docs
path: _build/latex
- name: Zip stubs
if: >-
(github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'adafruit') ||
(github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
run: zip -9r circuitpython-stubs.zip circuitpython-stubs
- name: Upload to S3
uses: ./.github/actions/upload_aws
with: