add singlemarkdown builder

This commit is contained in:
Jared Dillard
2025-10-28 00:02:39 -07:00
parent 1b08b2f362
commit 74c919c807
3 changed files with 14 additions and 8 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ build:
- cmake --workflow --preset documentation-workflow
# Copy built documentation to Read the Docs output directory
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r build/* $READTHEDOCS_OUTPUT/html/
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
- cp -r build/markdown/* $READTHEDOCS_OUTPUT/html/
- cp build/singlemarkdown/index.md $READTHEDOCS_OUTPUT/html/llms-full.txt