diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 36b32534186..a2d0d5888b8 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -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