Skip to content

Commit

Permalink
Update deploy-ghpage.yml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Babali42 authored Feb 28, 2024
1 parent f77dd69 commit 76c3f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: All things angular
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.
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.
with:
build_configuration: staging # The build environment for the app. please look configurations in your angular.json
deploy_branch: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 76c3f85

Please sign in to comment.