Commit graph

7 commits

Author SHA1 Message Date
advplyr
6419c8dc3a Update deploy-apk workflow for java 21 2025-04-20 16:10:54 -05:00
Nicholas Wallace
1c302a7ac1 Update deploy APK workflow 2025-01-29 21:03:50 -07:00
advplyr
ffd7fb1cf9 Update workflows to use node 20 2024-01-21 15:56:24 -06:00
advplyr
3ede41f496 Add java version to github workflow 2023-09-16 08:18:13 -05:00
Lars Kiesow
1e7c298aa2
Build APK on Workflow Change
This patch removes a few restriction about when the Android build
workflows run. In particular, we want to run workflows…

- If the workflows themselves change because that could mean that the
  output changes.
- If the deployment page template changes because that would mean that
  the published page needs to be updated.

We could still exclude a few specific files if we wanted to, but they
should rarely change and it's probably not worth the effort of keeping
those lists updated.
2023-02-14 13:16:02 +01:00
advplyr
04f00d2994
Update .github/workflows/deploy-apk.yml 2023-02-13 17:31:13 -06:00
Lars Kiesow
5704ca2ae8
Publish Android Test Page
This page automatically builds the Android app from the latest commit on
the branch master, generates a test page and publishes it to GitHub
Pages as a nice way for non-developers to get the latest app version for
testing without having to build it themselves.

This page might need the pages source set to GitHub Actions at
Settings → Pages → Build and deployment → Source.
2023-02-13 21:42:54 +01:00