Commit graph

10 commits

Author SHA1 Message Date
Hugh Rundle 4422f2ff5a fix manual actions
Manually running actions that add contributors fails.
This should fix that.
2021-02-06 12:45:55 +11:00
Hugh Rundle 65b3d2a70b fix commiter name on topo update action 2021-02-01 19:47:36 +11:00
Hugh Rundle cf06a819cc exclude hughrun from contributors 2021-02-01 16:27:14 +11:00
Hugh Rundle ac2e9022ca add contributors action
adds GitHub Action to update the list of contributors when a new author pushes a change.
2021-01-31 21:22:24 +11:00
Hugh Rundle 92ad548b92 fix Action workflows
- fix incorrect key name in merge file (json_data['objects']['boundaries.geo'] rather than json_data['objects']['boundaries'])
- don't merge csv and topo.json when topo.json changes, as this will create an infinite loop
- run merge as part of geo-to-topo Action, after new topo file is created
- remove redundant shell file
2021-01-29 08:28:40 +11:00
Hugh Rundle 12ef934e6c reconfigure minify-map-json action
- update yml by bringing shell script into the main action yml
- add shebang to shell script file in case this doesn't work and we need it still
2021-01-28 19:11:21 +11:00
Hugh Rundle 67f63d9202 update github action
- apparently it needs sudo with no password to npm install?
- also added ability to run the json update action manually
2021-01-28 18:57:43 +11:00
Hugh Rundle 4e2851fb1d add GitHub action
Processes geojson to topojson on a change to the geojson file.
2021-01-28 18:15:47 +11:00
Hugh Rundle 0a948e38ca
fix filepaths in merge script 2021-01-26 17:37:39 +11:00
Hugh Rundle d3884a4e62 add github action scripts
- moves python script to .github directory
- also cleans up .gitignore
2021-01-26 16:56:43 +11:00