reenable web builds

This commit is contained in:
Jonas Bark
2026-02-02 10:34:05 +01:00
parent 6606586cef
commit 551ed28310
2 changed files with 2 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- web
- wahoo_kickr_bike_shift
- main
paths:
- '.github/workflows/web.yml'
@@ -17,7 +16,6 @@ jobs:
build:
name: Build Web
runs-on: macos-latest
if: false
permissions:
id-token: write
@@ -28,9 +26,6 @@ jobs:
#1 Checkout Repository
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
#3 Setup Flutter
- name: Set Up Flutter
@@ -49,7 +44,7 @@ jobs:
run: flutter pub get
- name: Build Web
run: flutter build web --release --base-href "/swiftcontrol/"
run: flutter build web --release --base-href "/bikecontrol/"
- name: Upload static files as artifact
id: deployment

View File

@@ -75,7 +75,7 @@ Support for other devices can be added; check the issues tab here on GitHub.
## Supported Platforms
Follow the "Get Started" button over at [bikecontrol.app](https://bikecontrol.app) to understand on which platform you want to run BikeControl.
You can even try it out in your [Browser](https://jonasbark.github.io/swiftcontrol/), if it supports Bluetooth connections. No controlling possible, though.
You can even try it out in your [Browser](https://openbikecontrol.github.io/bikecontrol/), if it supports Bluetooth connections. No controlling possible, though.
## Help
Check the troubleshooting guide [here](TROUBLESHOOTING.md).