Open sujat-jeebly opened 2 years ago
This issue does not seem to follow the issue template. Make sure you provide all the required information.
@sujat-jeebly
Please send your angular.json, firebase,json file here.
Solution : Not always it goes to dist folder, it may be public or www folder
Before running firebsae deploy
you need to run ng build
.
During configuration of Firebase it asks which folder you want to use as your deployment directory.
if the directory for ng build and Firebase deploy doesn't match it will throw error. Please check that and if this issue still remains reply back with the above mentioned files.
We are trying to auto-deploy our angular app using GitHub actions on firebase hosting but we are facing an error on the build step for our app showing that An unhandled exception occurred: ENOENT: no such file or directory, stat '/home/runner/work/...../dist'
on GitHub actions, Getting the below error:
Please find our GitHub actions .yml file code below:
I can install, build, and deploy manually from my console just fine. I thought this error might have something to do with my dist directory's location on git, Any thoughts on what this might be?