feat: switch back to data.json

This commit is contained in:
Gabe616 2023-09-29 16:37:35 +02:00
parent 435e5a7cd1
commit fd3677d4a9
7 changed files with 44 additions and 279 deletions

View file

@ -7,7 +7,7 @@ on:
paths:
- ".github/workflows/generate-db.yml"
- ".github/scripts/generate/**/*.*"
- "db/datadesktop.json"
- "db/data.json"
- "db/template.css"
pull_request:
branches:
@ -23,9 +23,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
retry-max: [3] # Set the maximum number of retries here
# v this isn't really needed v
# strategy:
# matrix:
# retry-max: [3] # Set the maximum number of retries here
steps:
- uses: actions/checkout@v3
@ -51,4 +52,4 @@ jobs:
git add db/dist.css
git commit -m "chore(db): update dist.css (${{ github.sha || 'manual trigger' }})" || true
git push
git push