Skip to content

Commit

Permalink
Remove old DB to avoid it being appended
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Jan 30, 2025
1 parent 5947f25 commit 65c6920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datasette-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
ref: main # Ensures we check out the main branch

- name: Rename old database file to avoid the new one being appended
run: mv psephology.db psephology.backup.db
- name: Remove old database file to avoid the new one being appended
run: rm psephology.db

- name: Set up Python for Datasette
uses: actions/setup-python@v5
Expand Down

0 comments on commit 65c6920

Please sign in to comment.