Skip to content

Commit

Permalink
Add OSM wikidata parsing to scheduled update script
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <tsmock@meta.com>
  • Loading branch information
tsmock committed Nov 21, 2023
1 parent a9b9678 commit 02c3c27
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 31 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scheduled_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/setup-python@v4
with:
cache: 'pip'
- uses: actions/setup-node@v3
with:
node-version: 20
- run: pip install rdflib requests
- run: python3 osm_wikidata.py
- run: npm install
- run: npm run build
- run: |
Expand Down
Loading

0 comments on commit 02c3c27

Please sign in to comment.