Skip to content

Commit b5b3587

Browse files
committed
fix github actions: remove unnessary step
1 parent b4ddcfd commit b5b3587

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/flutter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- run: flutter pub get
2121
- run: flutter test
2222
- run: flutter analyze --no-pub --no-current-package lib
23-
- run: mv docs doc
24-
- run: dart pub publish --dry-run
25-
- run: mv doc docs
2623

2724
test-android-integration:
2825
runs-on: macos-11

0 commit comments

Comments
 (0)