Unable to deploy flutter project to Github Pages – Ubuntu
I can't host flutter web application on github pages. The workflow file looks like this: name: Build & Deploy weathunits_configurator on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: build-and-deploy: name: 'Build & Deploy…