From 7a514d35bbc17b63be7acb048397638aaed592b4 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:02:08 +0000 Subject: [PATCH] Infra: Remove artifact upload (#2417) --- .github/workflows/render.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 36b325341..a2d0d5888 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