Skip to content

Commit

Permalink
[.github/workflows/main.yml] Angular 12 deploy broken until is closed a…
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed May 26, 2021
1 parent 4f142af commit 04f595b
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 @@ -31,4 +31,4 @@ jobs:
git config --global user.name "$author"
email="${email_author#*<}"; email="${email::-1}"
git config --global user.email "$email"
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
ng deploy --no-silent --repo='https://'"$GITHUB_TOKEN"'@github.com/SamuelMarks/SamuelMarks.github.io' --branch='master' --name="$author" --email="$email" --message="$MSG" --no-silent

0 comments on commit 04f595b

Please sign in to comment.