Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
miklb committed Dec 14, 2024
1 parent 46cbf7b commit 0965088
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests datasette datasette-publish-vercel
pip install requests datasette datasette-publish-vercel geojson-to-sqlite
- name: Run update script
run: python script.py

Expand All @@ -34,6 +34,7 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
datasette publish vercel data.db \
--project your-project-name \
--project tampa-dev-coord \
--token $VERCEL_TOKEN \
--install datasette-leaflet-geojson
--metadata metadata.json \
--install datasette-geojson

0 comments on commit 0965088

Please sign in to comment.