Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
zcarroll4 committed Nov 24, 2024
1 parent 0a20b1c commit 0443c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angularBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: AhsanAyaz/[email protected]
with:
github_access_token: ${{ secrets.ZGITHUB_TOKEN }} # see the Configuration section for how you can create secrets
build_configuration: stadevelopmentging # The build environment for the app. please look configurations in your angular.json
build_configuration: development # The build environment for the app. please look configurations in your angular.json
base_href: /tax-calculator/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/
deploy_branch: /tax-calculator # The branch the action should deploy to.
angular_dist_build_folder: docs/ # The folder where your project is supposed to be after running ng build by the action.
Expand Down

0 comments on commit 0443c6f

Please sign in to comment.