diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index d93dea9..5c20fff 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -31,8 +31,8 @@ jobs: run: cd docs/ && ./gen.sh - name: Generate std map run: | - sudo apt install jq - cd std/ && ./generate_map.sh >../docs/std_map.json + sudo apt install python + cd std/ && ./generate_map.py >../docs/std_map.json - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: |