Skip to content

Commit

Permalink
move json to static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon1024 committed Aug 5, 2021
1 parent fb5649e commit 2912c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/store-tagLoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Fetch data from API endpoint
run: curl "https://publiclab.org/api/srch/taglocations?nwlat=52&selat=-52&nwlng=-150&selng=150&limit=1000" > data/tagLocStore.json
run: curl "https://publiclab.org/api/srch/taglocations?nwlat=52&selat=-52&nwlng=-150&selng=150&limit=1000" > static/tagLocStore.json

- name: Commit and push
working-directory: ./website
Expand Down
File renamed without changes.

0 comments on commit 2912c22

Please sign in to comment.