diff --git a/docs/EN/AdvancedOptions/DevBranch.md b/docs/EN/AdvancedOptions/DevBranch.md index 851f33a1e9f1..6c605841b5a5 100644 --- a/docs/EN/AdvancedOptions/DevBranch.md +++ b/docs/EN/AdvancedOptions/DevBranch.md @@ -37,7 +37,7 @@ Available from 3.3.2.1.dev ``` -![aaps_ci_pr_ci](C:\Data\50 - My Projects\AAPS\OpenAPS\AndroidAPSdocs\docs\EN\images\Building-the-App\CI\aaps_ci_pr_ci.png) +![aaps_ci_pr_ci](../images/Building-the-App/CI/aaps_ci_pr_ci.png) - PR number: Please enter the PR number that you want to test. diff --git a/docs/EN/SettingUpAaps/BrowserBuild.md b/docs/EN/SettingUpAaps/BrowserBuild.md index 9ccac305b043..ca18dc95c107 100644 --- a/docs/EN/SettingUpAaps/BrowserBuild.md +++ b/docs/EN/SettingUpAaps/BrowserBuild.md @@ -68,8 +68,9 @@ GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab
       • Download the preparation file from here
-    

+ ``` +
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS): @@ -195,15 +196,23 @@ The AAPS app will be saved in your Google Cloud drive once built: (aaps-ci-troubleshooting)= ## AAPS-CI Troubleshooting - (aaps-ci-preparation)= - ### aaps-ci-preparation web page +(aaps-ci-preparation)= +### aaps-ci-preparation web page - When you open aaps-ci-preparation.html using a file manager, it will start a temporary local server on your phone to display the webpage and receive the Google refresh token. - If you see the screen below, it means you have been inactive for a while, and the file manager has already shut down the local server. - Please reopen aaps-ci-preparation.html using the file manager app and complete the remaining steps. ![aaps_ci_html_not_found](../images/Building-the-App/CI/aaps_ci_html_not_found.png) +(aaps-ci-disable-software)= +### Disable Software That May Interfere With OAUTH Verification + - Disable any VPN or security app (firewall, antimalware,...) on the phone before trying to get the OAUTH key. + +(aaps-ci-actions-permission)= +### Check GitHub Actions Permission Settings + - Make sure GitHub Actions policies are set to “Allow all actions and reusable workflows” (Settings → Actions → General). + ![aaps_ci_actions_permission](../images/Building-the-App/CI/aaps-ci-actions-permission.jpg) -------- diff --git a/docs/EN/images/Building-the-App/CI/aaps-ci-actions-permission.jpg b/docs/EN/images/Building-the-App/CI/aaps-ci-actions-permission.jpg new file mode 100644 index 000000000000..8aa0f7bd272f Binary files /dev/null and b/docs/EN/images/Building-the-App/CI/aaps-ci-actions-permission.jpg differ