Skip to content

Commit 6c07921

Browse files
authored
remove mkdocs not used
Updated actions versions and Python command usage.
1 parent 1117b86 commit 6c07921

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ jobs:
1111
name: Test JSON artifact generation
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
14+
- uses: actions/checkout@master
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'
1818
- name: Install requirements 📦
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install mkdocs
2221
- name: Run ⚙️
2322
run: |
24-
python -mjson.tool live-deployments.geojson
25-
python -mjson.tool community/psc.geojson
23+
python3 -mjson.tool live-deployments.geojson
24+
python3 -mjson.tool community/psc.geojson
2625

0 commit comments

Comments
 (0)