Suppress ssh messages about adding known host in docs workflow
This is useless and contains the host IP and port which we don't want want to show.
This commit is contained in:
parent
6678c93eae
commit
f26d25fcb6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs_update.yml
vendored
3
.github/workflows/docs_update.yml
vendored
|
|
@ -49,4 +49,5 @@ jobs:
|
|||
echo "$DOCS_WEBSITE_KEY" > "$HOME/.ssh/docs_website_key"
|
||||
chmod 600 "$HOME/.ssh/docs_website_key"
|
||||
echo "$DOCS_WEBSITE_SSH_CONFIG" > "$HOME/.ssh/config"
|
||||
rsync --checksum --compress --delete --recursive --verbose out/html/ wxdocs:public_html/latest/
|
||||
rsync --checksum --compress --delete --recursive --verbose out/html/ wxdocs:public_html/latest/ \
|
||||
2> >(grep -v "Warning: Permanently added" 1>&2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue