From e489fdb2062f47a24020d1b3c15126eee11f32ac Mon Sep 17 00:00:00 2001 From: emil Date: Mon, 6 Jul 2026 11:36:30 +0200 Subject: [PATCH] DEVX-118: fix: replace --strict with --verify for sync_wiki The rewritten sync_wiki.py removed the --strict flag. The new git-based approach is strict by default; --verify adds post-sync page verification. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .gitea/workflows/post-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/post-merge.yml b/.gitea/workflows/post-merge.yml index 5892858..3137031 100644 --- a/.gitea/workflows/post-merge.yml +++ b/.gitea/workflows/post-merge.yml @@ -190,7 +190,7 @@ jobs: PYTHONPATH: src run: | . .venv/bin/activate 2>/dev/null || true - python3 -m devx.ci.sync_wiki --repo "${{ github.repository }}" --strict + python3 -m devx.ci.sync_wiki --repo "${{ github.repository }}" --verify - name: Notify on failure if: failure() env: