Skip to content

Commit 76c3f85

Browse files
authored
Update deploy-ghpage.yml (#9)
1 parent f77dd69 commit 76c3f85

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
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: All things angular
14-
uses: AhsanAyaz/angular-deploy-gh-pages-actions@[version] ## 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@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.
1515
with:
1616
build_configuration: staging # 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.

0 commit comments

Comments
 (0)