wip: 🔕 temporary commit

This commit is contained in:
Paramtamtam 2024-06-29 20:44:08 +04:00
parent 1563a8c226
commit 616e4ad7e2
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -58,11 +58,11 @@ jobs:
CGO_ENABLED: 0
LDFLAGS: -s -w -X gh.tarampamp.am/error-pages/internal/appmeta.version=${{ steps.slug.outputs.commit-hash-short }}
run: go build -trimpath -ldflags "$LDFLAGS" -o ./error-pages ./cmd/error-pages/
- if: ${{ matrix.os == runner.os && matrix.arch == runner.arch }}
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
run: ./error-pages --version && ./error-pages -h
- if: ${{ matrix.os == runner.os && matrix.arch == runner.arch }}
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
run: mkdir ./out && ./error-pages --log-level=debug build --index --target-dir ./out
- if: ${{ matrix.os == runner.os && matrix.arch == runner.arch }}
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
run: |
test -f ./out/index.html
test -f ./out/ghost/404.html