Skip to content

Commit

Permalink
fix(ci): remove deprecated cli steps for the web deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis authored Aug 4, 2024
1 parent 5f539da commit 1d6b9be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy_example_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,10 @@ jobs:
working-directory: packages/world_countries/example
run: flutter pub get

- name: 🧼 Clean unused font families
working-directory: packages/world_countries/example
run: dart run world_countries:clean_build

- name: 🛠️ Build for web
working-directory: packages/world_countries/example
run: flutter build web --release --base-href=/sealed_world/ --wasm

- name: 🗑️ Remove unnecessary assets
working-directory: packages/world_countries/example/build/web
run: rm -rf assets/packages && rm -rf assets/assets

- name: 🛫 Deploy the website to GH Pages
uses: s0/[email protected]
env:
Expand Down

0 comments on commit 1d6b9be

Please sign in to comment.