Skip to content

Commit

Permalink
Add artifact overwrite (carpentries#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Nov 7, 2024
1 parent 9bc4157 commit eec6114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,23 @@ jobs:
with:
name: pr
path: ${{ env.PR }}
overwrite: true

- name: "Upload Diff"
uses: actions/upload-artifact@v4
with:
name: diff
path: ${{ env.CHIVE }}
retention-days: 1
overwrite: true

- name: "Upload Build"
uses: actions/upload-artifact@v4
with:
name: built
path: ${{ env.MD }}
retention-days: 1
overwrite: true

- name: "Teardown"
run: sandpaper::reset_site()
Expand Down

0 comments on commit eec6114

Please sign in to comment.