Merge pull request 'fix: repair CI — metadata.yaml parse + build script path' (#50) from ci/fix-build-and-metadata into main
Some checks failed
Build Verification / verify-build (push) Failing after 7s
Smoke Test / smoke (push) Failing after 7s

merge reviewed CI repair
This commit was merged in pull request #50.
This commit is contained in:
2026-04-13 09:43:55 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
echo "PASS: All headings valid"
- name: Run full build verification
run: python3 scripts/build-verify.py --ci
run: python3 build/build.py --md
- name: Verify concatenation produces valid output
run: |

View File

@@ -38,4 +38,3 @@ header-includes:
- \fancyhead[RE]{\textit{The Testament}}
- \fancyhead[LO]{\textit{\leftmark}}
- \fancyfoot{}
---