diff options
Diffstat (limited to '.github/workflows/gen.yml')
-rw-r--r-- | .github/workflows/gen.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 5e4ac2b..d93dea9 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -30,9 +30,9 @@ jobs: - 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 + run: | + sudo apt install jq + cd std/ && ./generate_map.sh >../docs/std_map.json - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: |