We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1584254 commit 56e0713Copy full SHA for 56e0713
1 file changed
.github/workflows/live-deployments.yml
@@ -10,15 +10,14 @@ jobs:
10
name: Update live deployments GeoJSON
11
runs-on: ubuntu-24.04
12
steps:
13
- - uses: actions/checkout@master
+ - uses: actions/checkout@v6.0.2
14
- uses: actions/setup-python@v5
15
with:
16
python-version: '3.12'
17
- name: Generate live deployments GeoJSON 📦
18
run: |
19
python3 gen_live_deployments_geojson.py
20
mv -f live-deployments.geojson docs/community
21
- git push origin master
22
- name: Commit and push update 📦
23
24
git config --global user.email "tomkralidis@gmail.com"
0 commit comments