From da6da0ed1cda2a558d74edbaf2d684ba0abd2c5c Mon Sep 17 00:00:00 2001 From: Phani Pavan Kambhampati <60005847+kphanipavan@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:53:17 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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