Skip to content

Commit c3bdc76

Browse files
authored
Update build_deploy.yml
1 parent 04fc80d commit c3bdc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build_configuration: production # The build environment for the app. please look configurations in your angular.json
1818
base_href: /ngx-scan-detect-app/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/
1919
deploy_branch: gh-pages # The branch the action should deploy to.
20-
angular_dist_build_folder: dist/ngx-scan-detect-app # The folder where your project is supposed to be after running ng build by the action.
20+
angular_dist_build_folder: dist/ngx-scan-detect-app/browser # The folder where your project is supposed to be after running ng build by the action.
2121

2222
permissions:
2323
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

0 commit comments

Comments
 (0)