You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/deploy-ghpage.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ jobs:
13
13
- name: All things angular
14
14
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.
15
15
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
17
17
deploy_branch: gh-pages # The branch the action should deploy to.
18
18
base_href: ''# empty
19
19
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