Skip to content

Commit

Permalink
fix: change base-href for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
WesselvanDam committed Oct 2, 2024
1 parent 9736e25 commit 44e0da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: flutter pub get

- name: Build web app
run: flutter build web
run: flutter build web --base-href /standaard_tokio_regels/

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# standaard_tokio_regels
# Standaard Tokio Regels

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
This app is a simple companion app for the game Standaard Tokio Regels, invented by Bas and Sil. The app is designed to help players keep track of their score during the game, as well as provide a simple way to determine the target score and minigame results. All credits for the game itself go to Bas and Sil.

0 comments on commit 44e0da9

Please sign in to comment.