fix docs upload to aws
This commit is contained in:
parent
50c52fca88
commit
5168e96d0c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -201,6 +201,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: _build/latex
|
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
|
- name: Upload to S3
|
||||||
uses: ./.github/actions/upload_aws
|
uses: ./.github/actions/upload_aws
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user