We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db5ba6 commit 931f347Copy full SHA for 931f347
.github/workflows/main.yml
@@ -25,5 +25,5 @@ jobs:
25
GITHUB_NAME: The Buildbot
26
GITHUB_EMAIL: buildbot@angular2buch.de
27
NAME: api5-build
28
- run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit"
+ run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit" --no-silent
29
0 commit comments