diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-08 04:33:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-08 04:33:12 -0400 |
| commit | 7329d664bb4dd4ad5b0aa9cf0cf9caef410199bf (patch) | |
| tree | c542a31d60df374a9cc74e38b434e450f83cd4af /.github | |
| parent | 671c9b65704d05a2d5c19442c426ecb6e39ef7d5 (diff) | |
rename scripts
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 424cd69d..11c00acb 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,14 +39,14 @@ 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 validate-static script later to use it. run: wget 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 + - run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' validate-static - name: validate static - run: ./validate_static + run: ./validate-static - name: process static - run: ./process_static + run: ./process-static |
