Skip to content

Commit

Permalink
Update deploy-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Nov 27, 2023
1 parent 8c87871 commit 7634464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- run: dart pub get
- run: dart pub global activate webdev
- run: |
dart webdev build
export PATH="$PATH":"~/.pub-cache/bin"
webdev build
cd build
git init
git config --global user.email [email protected]
Expand Down

0 comments on commit 7634464

Please sign in to comment.