Skip to content

Commit 56e0713

Browse files
committed
update CI
1 parent 1584254 commit 56e0713

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/live-deployments.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ jobs:
1010
name: Update live deployments GeoJSON
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@master
13+
- uses: actions/checkout@v6.0.2
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.12'
1717
- name: Generate live deployments GeoJSON 📦
1818
run: |
1919
python3 gen_live_deployments_geojson.py
2020
mv -f live-deployments.geojson docs/community
21-
git push origin master
2221
- name: Commit and push update 📦
2322
run: |
2423
git config --global user.email "tomkralidis@gmail.com"

0 commit comments

Comments
 (0)