diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 863842d..1caf7d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages +name: deploy_website on: push: @@ -16,7 +16,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' + channel: stable - name: Run Makefile Deploy env: