Skip to content

Commit

Permalink
Turn keep files back on... (#210)
Browse files Browse the repository at this point in the history
This is the inverse "turn it back on again" intended to follow #206 .

Long term we will use a different strategy but for now this works for some time
  • Loading branch information
bkardell authored Jan 30, 2024
1 parent 76b2640 commit 38df1b5
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: false
keep_files: true
- name: Add deploy link
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 38df1b5

Please sign in to comment.