diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1e9c61b7..e7f26fc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -365,6 +365,7 @@ jobs: ######################################################################################### # This is the same as in the update-webinstaller.yml update-web-installer: + needs: [release] environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/.github/workflows/update-webinstaller.yml b/.github/workflows/manual-update-webinstaller.yml similarity index 96% rename from .github/workflows/update-webinstaller.yml rename to .github/workflows/manual-update-webinstaller.yml index f44ec79b..18d46130 100644 --- a/.github/workflows/update-webinstaller.yml +++ b/.github/workflows/manual-update-webinstaller.yml @@ -3,7 +3,7 @@ # - Changes to the docs folder in the `rolling` branch # - On a release -name: Update Web Installer +name: Manual Web Installer Update on: repository_dispatch: # Run on manual trigger @@ -14,7 +14,7 @@ on: # - docs # The path filter somehow does not work, so lets run it on every change to rolling jobs: - update-web-installer: + manually-update-web-installer: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/Changelog.md b/Changelog.md index 010cf64d..279159e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [14.0.0-RC6] - 2023-01-29 +## [14.0.0-RC7] - 2023-01-29 **Stabilization and Improved User Experience** @@ -151,8 +151,8 @@ Improve **u**ser e**x**perience 5. Now you can reboot. If anything breaks you can try to -1. Call `http:///ota?task=update&file=firmware.bin` resp. `http:///ota?task=update&file=html.zip` if the upload successed but the extraction failed. -1. Use the initial_esp32_setup.zip ( ) as alternative. +1\. Call `http:///ota?task=update&file=firmware.bin` resp. `http:///ota?task=update&file=html.zip` if the upload successed but the extraction failed. +1\. Use the initial_esp32_setup.zip ( ) as alternative. ### Added @@ -823,3 +823,11 @@ External Illumination [11.4.2]: https://github.com/haverland/AI-on-the-edge-device/compare/10.6.2...11.4.2 [11.3.9]: https://github.com/haverland/AI-on-the-edge-device/compare/10.6.2...11.3.9 + +[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/14.0.0-RC7...HEAD + +[14.0.0-RC7]: https://github.com/jomjol/AI-on-the-edge-device/compare/14.0.0-RC6...14.0.0-RC7 + +[14.0.0-RC6]: https://github.com/jomjol/AI-on-the-edge-device/compare/14.0.0-RC3...14.0.0-RC6 + +[14.0.0-RC3]: https://github.com/jomjol/AI-on-the-edge-device/compare/14.0.0-RC2...14.0.0-RC3 diff --git a/docs/index.html b/docs/index.html index 1573eb2f..eba21381 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@
  • After the installation, a manual reset might be required!
  • Please note that not all webbrowsers and operating systems support the needed access to USB!
  • Check the documentation for additional information.
  • -
  • The SD-Card still must be setup separately. This can be done manually or using the new Remote Setup. See the documentation for further instructions!
  • +
  • The SD-Card still must be setup separately. This can be done manually or using the new Remote Setup. See the documentation for further instructions!