Skip to content

Commit

Permalink
CI/CD | fix app constants (#189)
Browse files Browse the repository at this point in the history
* v1.6.2 (#187)

* workflow - dev| bump version

* fix: Article page HTML rendering (#184)

* Article detail - UI | Introduce a CSS file to set up the layout

* Article page | disable webview for content as it's way too buggy

* cleaup - article view | remove redandent stuff

* Style - article | add brighter colours for links

* Workflow - android dev | unset change review

* Correct README.md

* Fix: Text-to-speech not working (#186)

* Android - TTS | manage permissions

* Article - TTS | mentioning Binding context to the TTS button

* pre-build - android | specify project folder specifically

* ss
  • Loading branch information
bricefriha authored Feb 3, 2025
1 parent c466e0d commit 4352787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
discord_client_id: ${{ secrets.discord_client_id }}
api_host: ${{ secrets.api_host }}
monitoring_key: ${{ secrets.monitoring_key }}

project_folder: '.'
#
# This step might be obsolete at some point as .NET MAUI workloads
# are starting to come pre-installed on the GH Actions build agents.
- name: Install MAUI Workload
Expand Down

0 comments on commit 4352787

Please sign in to comment.