GRM-39: fix: use content_base64 for Gitea wiki API, add --verify flag (#33)

This commit is contained in:
2026-06-21 21:03:00 +00:00
parent 713e752860
commit 945344f960
3 changed files with 252 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
PYTHONPATH: src
run: |
. .venv/bin/activate
python3 scripts/ci/sync_wiki.py --repo "${{ github.repository }}"
python3 scripts/ci/sync_wiki.py --repo "${{ github.repository }}" --verify
- name: Tag wiki on release
if: startsWith(github.ref, 'refs/tags/v')
env: