Infra: Remove artifact upload (#2417)
This commit is contained in:
parent
23879300fa
commit
7a514d35bb
|
@ -39,10 +39,3 @@ jobs:
|
||||||
branch: gh-pages # The branch to deploy to.
|
branch: gh-pages # The branch to deploy to.
|
||||||
folder: build # Synchronise with build.py -> build_directory
|
folder: build # Synchronise with build.py -> build_directory
|
||||||
single-commit: true # Delete existing files
|
single-commit: true # Delete existing files
|
||||||
|
|
||||||
- name: 📦 Upload built PEPs as zipped artifact
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: peps
|
|
||||||
path: build
|
|
||||||
retention-days: 7
|
|
||||||
|
|
Loading…
Reference in New Issue