diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-18 17:49:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-18 17:49:55 -0500 |
| commit | 61e13582028790192d61b367c6e605e50765db4b (patch) | |
| tree | 923278039be7afdd0f2962fab49a49cd201376ed /.github | |
| parent | 3820dda70868cf0589a5218963c29225e12246e5 (diff) | |
merge validate_static into process_static
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c1e488cb..d5f6e4da 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,14 +30,11 @@ jobs: - name: Download validatornu # There isn't a package with a `validatornu` command in Ubuntu, so download the validator - # from the GitHub releases and change the validate-static script later to use it. + # from the GitHub releases and change the process-static script later to use it. run: curl -OL https://github.com/validator/validator/releases/download/${{ env.VALIDATOR_VERSION }}/vnu.linux.zip && unzip vnu.linux.zip if: steps.validator-cache.outputs.cache-hit != 'true' - - run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' validate-static - - - name: validate static - run: ./validate-static + - run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' process-static - name: process static run: ./process-static |
