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:
CaCO3
2023-02-25 18:27:43 +01:00
committed by GitHub
parent 2c4bda9e66
commit a8f8189543
7 changed files with 5 additions and 8 deletions

View File

@@ -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>