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 3fa67b0 commit 523fd6dCopy full SHA for 523fd6d
1 file changed
.github/workflows/weekly-refresh.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Verification band report (Tier 0)
108
run: |
109
cd techapi
110
- python -m app.verify score --no-cache > ../verify-report.txt 2>&1 || true
+ python -m app.verify score --no-cache --format md > ../verify-report.md 2>&1 || true
111
112
# --- 3. Static dump → site/public (what the Astro site fetches at runtime) ---
113
- name: Generate static dump
@@ -127,9 +127,7 @@ jobs:
127
echo
128
echo "## Verification (Tier 0 existence/trust)"
129
130
- echo '```text'
131
- cat verify-report.txt 2>/dev/null || echo "(verifier unavailable)"
132
- echo '```'
+ cat verify-report.md 2>/dev/null || echo "_verifier unavailable._"
133
134
echo "## Enrichment summaries"
135
for f in enrich-*.md; do
0 commit comments