Stop the slugifier from deleting the letter D-stroke

This commit is contained in:
2026-08-19 13:07:13 +07:00
parent 24c55d1627
commit 4490a1abf0
14 changed files with 739 additions and 198 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Enable apiGateway (self-verifying)
# Turns apiGateway back on, then proves chat still answers by driving
# POST /api/chat. Reverts automatically if it does not -- chat outranks login.
on:
workflow_dispatch: {}
jobs:
enable:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Enable, verify, self-revert on failure
env:
ARGOCD_PRACTICE_URL: ${{ secrets.ARGOCD_PRACTICE_URL }}
ARGOCD_PRACTICE_PASSWORD: ${{ secrets.ARGOCD_PRACTICE_PASSWORD }}
run: python3 .github/scripts/enable_api_gateway_verified.py