diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 1e3cf6304c..9bfdb65431 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -15,6 +15,7 @@ on: - 'lv_conf_template.h' - 'lv_version.h' - 'lvgl.h' + - '.github/workflows/compile_docs.yml' # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency # Ensure that only one commit will be running tests at a time on each PR diff --git a/docs/version_list.json b/docs/version_list.json deleted file mode 100644 index 429d4c06f9..0000000000 --- a/docs/version_list.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "latest": "local", - "9.5": "remote", - "9.4": "remote", - "9.3": "remote", - "9.2": "remote", - "9.1": "remote", - "9.0": "remote", - "8.4": "remote", - "8.3": "remote", - "8.2": "remote", - "8.1": "remote", - "8.0": "remote", - "7.11": "remote", - "6.1": "remote" -}