Skip to content

Commit

Permalink
[.github\workflows\main.yml] Verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed May 25, 2021
1 parent f98e56d commit 4f142af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
git config --global user.name "$author"
email="${email_author#*<}"; email="${email::-1}"
git config --global user.email "$email"
ng deploy samuelmarks-github-io --repo='https://'"$GITHUB_TOKEN"'@github.com/SamuelMarks/SamuelMarks.github.io' --branch='master' --message="$MSG" --no-silent
ng deploy --no-silent samuelmarks-github-io --repo='https://'"$GITHUB_TOKEN"'@github.com/SamuelMarks/SamuelMarks.github.io' --branch='master' --name="$author" --email="$email" --message="$MSG" --no-silent

0 comments on commit 4f142af

Please sign in to comment.