Skip to content

Commit

Permalink
lab7 completed Kochegarov Danila FINAL 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Woolfer0097 committed Jun 26, 2024
1 parent 2912657 commit 25184d2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Analyze
run: flutter analyze

- name: Run tests
run: flutter test test/widget_test.dart

Expand Down Expand Up @@ -78,8 +75,7 @@ jobs:
run: flutter build web

- name: Deploy to GitHub Pages
- uses: bluefireteam/flutter-gh-pages@v7
uses: peaceiris/actions-gh-pages@v3
with:
baseHref: /https://github.com/Woolfer0097/Sum24FlutterCourse
customArgs: "lib/templates/lab7/main.dart"

github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/web

0 comments on commit 25184d2

Please sign in to comment.