We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b152e commit 71bf832Copy full SHA for 71bf832
.github/workflows/ci.yml
@@ -58,6 +58,6 @@ jobs:
58
- name: Run the production stack
59
run: docker compose up --build -d
60
- name: Check
61
- run: docker ps
+ run: uv run --script .github/redirects/check_redirects.py
62
- name: Stop production stack
63
run: docker compose down
0 commit comments