Skip to content

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bawelter committed Jul 9, 2020
1 parent ddd26b2 commit a346687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter.yaml
Expand Up @@ -25,6 +25,7 @@ jobs:
run: flutter test
- name: Document plugin
run: |
export FLUTTER_ROOT="$FLUTTER_HOME"
pub global activate dartdoc
pub global run dartdoc
- name: Publish dry run
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -34,6 +34,7 @@ jobs:
run: flutter pub get
- name: Document plugin
run: |
export FLUTTER_ROOT="$FLUTTER_HOME"
pub global activate dartdoc
pub global run dartdoc
- name: Publish plugin
Expand Down

0 comments on commit a346687

Please sign in to comment.