diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 161ca5c3..49b31a3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,18 +1,17 @@ -name: deploy to Github Pages +name: Deploy to Github Pages on: push: branches: [ main ] - permissions: contents: write jobs: build-and-deploy: runs-on: ubuntu-latest + steps: - name: Checkout code uses: actions/checkout@v3 - - name: Install Flutter uses: subosito/flutter-action@v2 @@ -22,7 +21,7 @@ jobs: - name: Install dependencies run: flutter pub get - # See stackoverflow.com/questions/74164386/flutter-web-shows-blank-page-on-github-deployment. + # See stackoverflow.com/questions/74164386/flutter-web-shows-blank-page-on-github-deployment - name: Install and Build run: flutter build web --release --web-renderer html @@ -31,3 +30,4 @@ jobs: with: branch: gh-pages # The branch the action should deploy to. folder: ./build/web # The folder the action should deploy. + diff --git a/.gitignore b/.gitignore index e9e9c863..925183eb 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,4 @@ app.*.map.json /android/app/release # Coverage files -coverage +coverage \ No newline at end of file diff --git a/web/index.html b/web/index.html index 3467b7aa..fbf156c6 100644 --- a/web/index.html +++ b/web/index.html @@ -1,10 +1,11 @@ - + + @@ -22,35 +23,59 @@ // Version injected by flutter build, do not touch. var serviceWorkerVersion = null; - -
- dwyl logo + dwyl logo

do what you love

+