Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
env:
CARGO_TERM_COLOR: always
RAYON_NUM_THREADS: ${{ vars.RAYON_NUM_THREADS }}
ROAST_DATABASE_PATH: roast.sqlite3
ROAST_DATABASE_URL: ${{ secrets.ROAST_DATABASE_URL }}
RUST_BACKTRACE: 1
RUST_LOG: roast=INFO
GITHUB_TOKEN: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
Expand All @@ -42,8 +42,6 @@ jobs:

- name: Update Data
run: |
rm -f roast.sqlite3 roast.sqlite3-shm roast.sqlite3-wal
cargo run -- import
cargo run -- fetch ${{ github.event.inputs.vendors }}

- name: Export Data
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
backup/
data/
public/api/test/
roast.sqlite3*

# Sensitive files
.env
Expand Down
Loading