From 551ed28310c25941840badd06116c7a96ce2df89 Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Mon, 2 Feb 2026 10:34:05 +0100 Subject: [PATCH] reenable web builds --- .github/workflows/web.yml | 7 +------ README.md | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index d4072bc..8c24f4b 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -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 diff --git a/README.md b/README.md index be8ebb7..13d47e4 100644 --- a/README.md +++ b/README.md @@ -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).