Infra: Remove artifact upload (#2417)

This commit is contained in:
Adam Turner 2022-03-11 23:02:08 +00:00 committed by GitHub
parent 23879300fa
commit 7a514d35bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -39,10 +39,3 @@ jobs:
branch: gh-pages # The branch to deploy to.
folder: build # Synchronise with build.py -> build_directory
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