We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27df7d commit fefff3eCopy full SHA for fefff3e
.github/workflows/build-web.yml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
channel: stable
22
cache: true
23
- # - name: Build and deploy to GH pages
24
- # uses: bluefireteam/flutter-gh-pages@v7
25
- - run: flutter pub get
26
- - run: flutter build web --release
27
- - name: Deploy to GH pages
28
- uses: peaceiris/actions-gh-pages@v4
+ - name: Build and deploy to GH pages
+ uses: bluefireteam/flutter-gh-pages@v7
+ # - run: flutter pub get
+ # - run: flutter build web --release
+ # - name: Deploy to GH pages
+ # uses: peaceiris/actions-gh-pages@v4
.github/workflows/publish-web.yml
0 commit comments