Skip to content

Commit

Permalink
ci: add --repo flag to gh deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Sep 27, 2024
1 parent d8da7fb commit 9a76e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAGES_SECRET }}
run: |
ng build --base-href "/angular-toastify/"
npx angular-cli-ghpages --dir=dist/demo --name="Scenius Software Engineering" --email="[email protected]"
npx angular-cli-ghpages --repo=https://github.com/scenius-software/angular-toastify.git --dir=dist/demo --name="Scenius Software Engineering" --email="[email protected]"
2 changes: 1 addition & 1 deletion projects/angular-toastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastify",
"version": "1.0.8",
"version": "2.0.0",
"description": "Somewhat working clone of React Toastify.",
"author": "Scenius",
"repository": {
Expand Down

0 comments on commit 9a76e6e

Please sign in to comment.