From 464cc9ab5a31b2d2a53ce4280c3a0e3ad9ce6855 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 1 Aug 2024 17:39:26 +0200 Subject: Fixed definitions from imports and input --- .github/workflows/gen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3