diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0eb9af8..c4bbc5d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -66,7 +66,7 @@ jobs: # run: flutter test - name: Build release project - run: flutter build web --base-href "/IIITB_Menu/" --web-renderer canvaskit + run: flutter build web --base-href "/IIITB_Menu/" --web-renderer html - name: Upload production-ready build files uses: actions/upload-artifact@v3.1.2