Skip to content

Commit

Permalink
ci: add name and email to pages deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Sep 27, 2024
1 parent 1b90d51 commit d8da7fb
Showing 1 changed file with 1 addition and 1 deletion.
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
npx angular-cli-ghpages --dir=dist/demo --name="Scenius Software Engineering" --email="support@scenius.nl"

0 comments on commit d8da7fb

Please sign in to comment.