Skip to content

bump all packages to the latest #164

bump all packages to the latest

bump all packages to the latest #164

Workflow file for this run

name: Gh-Pages
on:
push:
branches: [ master ]
env:
flutter_version: '3.19.6'
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event_name,'[no-page]') }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.flutter_version }}
channel: stable
cache: true
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: escape_wild
baseHref: /EscapeWild.Flutter/