Skip to content

Commit

Permalink
Update web-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rovati committed Feb 7, 2024
1 parent 21eeecd commit c027106
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
branches: [ main ]

defaults:
run:
working-directory: ./dnd_spell_saver


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,11 +16,19 @@ jobs:
with:
channel: 'stable'

- run: flutter clean
- run: flutter pub get
- run: flutter build web --release
- run: |
cd dnd_spell_saver
flutter clean
- run: |
cd dnd_spell_saver
flutter pub get
- run: |
cd dnd_spell_saver
flutter build web --release
- run: python ./.github/workflows/href_remover.py

- run: |
cd dnd_spell_saver
cd build
mkdir web-deploy
cd web-deploy
Expand Down

0 comments on commit c027106

Please sign in to comment.