mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Keep the html folder on a flast structure (no subfolders). Else the OTA fails until >15.0.x because it does not create the needed subfolders (#2080)
Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -105,9 +105,9 @@ textarea {
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="param_tooltips/theme.css?v=$COMMIT_HASH" />
|
||||
<link rel="stylesheet" href="param_tooltips/theme_extra.css?v=$COMMIT_HASH" />
|
||||
<link rel="stylesheet" href="param_tooltips/github.min.css?v=$COMMIT_HASH" />
|
||||
<link rel="stylesheet" href="mkdocs_theme.css?v=$COMMIT_HASH" />
|
||||
<link rel="stylesheet" href="mkdocs_theme_extra.css?v=$COMMIT_HASH" />
|
||||
<link rel="stylesheet" href="github.min.css?v=$COMMIT_HASH" />
|
||||
|
||||
<link href="firework.css?v=$COMMIT_HASH" rel="stylesheet">
|
||||
<script type="text/javascript" src="jquery-3.6.0.min.js?v=$COMMIT_HASH"></script>
|
||||
|
||||
Reference in New Issue
Block a user