Compare commits

...

2 Commits

Author SHA1 Message Date
f511599273 Merge pull request 'Update .gitea/workflows/deploy.yml' (#9) from woutervermeer-patch-4 into main
All checks were successful
Deploy to production / deploy (push) Successful in 4s
Reviewed-on: woutervermeer/Quatsh-Website#9
2026-03-08 14:23:11 +00:00
bac4c56485 Update .gitea/workflows/deploy.yml
All checks were successful
Gitea build & Test. / tests (pull_request) Successful in 6s
2026-03-08 14:23:03 +00:00

View File

@@ -9,7 +9,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: tests # require tests to pass
steps:
- uses: actions/checkout@v3