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
@@ -11,7 +11,7 @@ jobs:
11
11
steps:
12
12
- uses: actions/checkout@v3
13
13
- name: All things angular
14
-
uses: AhsanAyaz/angular-deploy-gh-pages-actions@1.4.0 ## 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.
14
+
uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0 ## 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
16
build_configuration: staging # 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.
0 commit comments