docs: fix doc-build failure (#7879)

This commit is contained in:
Victor Wheeler
2025-03-03 22:42:01 -07:00
committed by GitHub
parent 1bcc6e180d
commit 1b21cfe256
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
build/
intermediate/
src/_static/built_lv_examples
+1 -1
View File
@@ -16,4 +16,4 @@ emcmake cmake .. -DLVGL_CHOSEN_DEMO=lv_example_noop -DCMAKE_C_COMPILER_LAUNCHER=
emmake make -j$(nproc)
rm -rf CMakeFiles
cd ../..
cp -a emscripten_builder/cmbuild docs/_static/built_lv_examples
cp -a emscripten_builder/cmbuild docs/src/_static/built_lv_examples