Add note to sd card folder (#3635) to make people aware that the HTML folder only contains templates

* Create Readme.md

* Update Readme.md

* Update build.yaml

* Update Readme.md
This commit is contained in:
CaCO3
2025-03-16 18:24:16 +01:00
committed by GitHub
parent e85e92762e
commit 3e67aeec0d
2 changed files with 6 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ jobs:
rm -rf ./sd-card/html
rm -rf ./sd-card/demo
cp -r ./html ./sd-card/ # Overwrite the Web UI with the preprocessed files
rm -f ./sd-card/Readme.md
cp -r ./demo ./sd-card/
cd sd-card; rm -rf html/param-tooltips; zip -r ../manual_setup/sd-card.zip *; cd ..
cd ./manual_setup