diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1ac90dc..e40a871 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 html + run: flutter build web --base-href "/IIITB_Menu/" --web-renderer canvaskit - name: Create Release uses: marvinpinto/action-automatic-releases@v1.2.1