Skip to content

Commit

Permalink
Infra: Remove artifact upload (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Mar 11, 2022
1 parent 2387930 commit 7a514d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a514d3

Please sign in to comment.