Skip to content

Commit 0f4df42

Browse files
committed
fixing ci
1 parent ddabedd commit 0f4df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit_code=$?
5454
elif [[ "${{ matrix.check_type }}" == "glossary-check" ]]; then
5555
echo "Extracting glossary from markdown..."
56-
python3 scripts/glossary/extract-glossary.py
56+
python3 scripts/glossary/extract-glossary-terms.py
5757
echo "Checking glossary coverage..."
5858
python3 scripts/glossary/wrap-glossary-terms.py --check || echo "::warning::Glossary check found unwrapped terms (non-blocking)"
5959
exit_code=0 # Always succeed for glossary check

0 commit comments

Comments
 (0)