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 4dac270 commit e934bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/webdev_build_publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- run: pub global activate webdev
- run: pub get
- run: webdev build --no-release --output example:build
- run: pub global run webdev build --no-release --output example:build
- run: |
cd build
git init
Expand Down

0 comments on commit e934bad

Please sign in to comment.