diff options
author | Marvin Borner | 2024-08-01 17:39:26 +0200 |
---|---|---|
committer | Marvin Borner | 2024-08-01 17:40:25 +0200 |
commit | 464cc9ab5a31b2d2a53ce4280c3a0e3ad9ce6855 (patch) | |
tree | 3029cabc2b2de3d2c19cd223e336fd9e2f19f9d3 /.github/workflows | |
parent | 2e63dee421a90e9b2fca4cce9c21817c3417ab44 (diff) |
Fixed definitions from imports and input
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: |