Closed jhelwig closed 5 years ago
The static UI files end up being built twice, once in the UI "Test" section, and once in the UI "Build" section. We should remove the one in the "Test" section.
https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/blob/4a2a68fc5eceb6a72a248838de1ec181d72cd58a/.github/workflows/continuous-integration.yml#L34
Looks like the same thing is also happening in the release workflow.
https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/blob/4a2a68fc5eceb6a72a248838de1ec181d72cd58a/.github/workflows/release.yml#L96
The static UI files end up being built twice, once in the UI "Test" section, and once in the UI "Build" section. We should remove the one in the "Test" section.
https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/blob/4a2a68fc5eceb6a72a248838de1ec181d72cd58a/.github/workflows/continuous-integration.yml#L34