wip: 🔕 temporary commit

This commit is contained in:
Paramtamtam 2024-06-29 19:50:23 +04:00
parent 4e7abaafbf
commit 4e653f37d3
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -64,8 +64,7 @@ jobs:
run: |
test -f ./out/index.html
test -f ./out/ghost/404.html
test -f ./out/l7-dark/404.html
test -f ./out/l7-light/404.html
test -f ./out/l7/404.html
test -f ./out/shuffle/404.html
test -f ./out/noise/404.html
test -f ./out/hacker-terminal/404.html
@ -78,7 +77,7 @@ jobs:
docker-image:
name: Build the docker image
runs-on: ubuntu-latest
needs: [golangci-lint, go-test]
needs: [golangci-lint]
steps:
- uses: actions/checkout@v4
- {uses: gacts/github-slug@v1, id: slug}