diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4fc10733..3560ab47 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,7 +31,7 @@ jobs: - name: Build demo for web run: | cd packages/fleather/example - flutter build web + flutter build web --no-tree-shake-icons - name: Archive the demo build uses: actions/upload-artifact@v3 with: