Improve CMake bits

This commit is contained in:
Jared Dillard
2025-12-02 16:48:29 -08:00
parent 543efabebb
commit db32dc60a7
3 changed files with 20 additions and 27 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 -r build/rst/* $READTHEDOCS_OUTPUT/html/