diff options
author | Marvin Borner | 2024-07-28 23:55:50 +0200 |
---|---|---|
committer | Marvin Borner | 2024-07-28 23:55:50 +0200 |
commit | c6a677a80bac9f9183c864312d4d9fefb4156c6b (patch) | |
tree | 71e2dd5c599556309f6b20a945811c8e956a5368 /.github/workflows/gen.yml | |
parent | 9ae3983e74c5a2301b3a595f47bbe8ce27eb6380 (diff) |
Added std definition map
Diffstat (limited to '.github/workflows/gen.yml')
-rw-r--r-- | .github/workflows/gen.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 202af05..5e4ac2b 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -29,6 +29,10 @@ jobs: run: cd docs/ && mkdocs build - name: Generate std run: cd docs/ && ./gen.sh + - name: Generate std map + run: + | sudo apt install jq + | cd std/ && ./generate_map.sh >../docs/std_map.json - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: |