Skip to content

Commit 668a6f0

Browse files
authored
Update deploy-ghpage.yml (#12)
1 parent 86123b6 commit 668a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-ghpage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: All things angular
1414
uses: AhsanAyaz/[email protected] ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format.
1515
with:
16-
build_configuration: staging # The build environment for the app. please look configurations in your angular.json
16+
build_configuration: production # The build environment for the app. please look configurations in your angular.json
1717
deploy_branch: gh-pages # The branch the action should deploy to.
1818
base_href: '' # empty
1919
angular_dist_build_folder: dist/drums-pattern-library # The folder where your project is supposed to be after running ng build by the action.

0 commit comments

Comments
 (0)