Skip to content

Commit

Permalink
Clean / Update pr.yml
Browse files Browse the repository at this point in the history
it seems that this is currently building a > 2gb artifact as it just keeps growing - I'd like to let it clean so we can verify if this is the whole issue, we can go back to true after. We'd need to rerun any existing prs
  • Loading branch information
bkardell authored and aperezdc committed Jan 28, 2024
1 parent 4cae890 commit 590b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
keep_files: true
keep_files: false
- name: Add deploy link
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 590b170

Please sign in to comment.