Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea689 committed Dec 24, 2019
1 parent e934bad commit a768d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/webdev_build_publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- run: pub global activate webdev
- run: pub get
- run: pub global run webdev build --no-release --output example:build
- run: |
Expand Down

0 comments on commit a768d71

Please sign in to comment.