Skip to content

Commit

Permalink
Update github pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene authored Apr 5, 2024
1 parent a88efee commit cd837cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_example_github_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
FLUTTER_SDK_VERSION: '3.3.9'
FLUTTER_SDK_VERSION: '3.19.0'
FLUTTER_BASE_HREF: '/freestyle_speed_dial/'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup GitHub Pages
uses: actions/configure-pages@v2
Expand All @@ -36,7 +36,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}
channel: 'stable'
channel: stable

- name: Download pub dependencies
working-directory: example
Expand Down

0 comments on commit cd837cc

Please sign in to comment.