Skip to content

Commit

Permalink
env vars are treated as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Transfusion committed Mar 24, 2021
1 parent d8ef14d commit 150d330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-svgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- run: sudo apt install wget
- run: npm ci
- run: sh fetch_dump.sh
- run: TEST_RUN=false npm run start 2 1 glyphwiki_dump/dump_newest_only.txt glyphwiki_dump/dump_all_versions_noescape.txt glyphwiki_mincho.txt
- run: npm run start 2 1 glyphwiki_dump/dump_newest_only.txt glyphwiki_dump/dump_all_versions_noescape.txt glyphwiki_mincho.txt
- run: cat glyphwiki_mincho.txt.* > glyphwiki_mincho.txt
- run: gzip glyphwiki_mincho.txt
- run: TEST_RUN=false npm run start 2 0 glyphwiki_dump/dump_newest_only.txt glyphwiki_dump/dump_all_versions_noescape.txt glyphwiki_gothic.txt
- run: npm run start 2 0 glyphwiki_dump/dump_newest_only.txt glyphwiki_dump/dump_all_versions_noescape.txt glyphwiki_gothic.txt
- run: cat glyphwiki_gothic.txt.* > glyphwiki_gothic.txt
- run: gzip glyphwiki_gothic.txt
- name: Release
Expand Down

0 comments on commit 150d330

Please sign in to comment.