Fix accidentally wrapped line in the docs workflow
This commit is contained in:
parent
79f6a2a158
commit
15ea25448f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docs_update.yml
vendored
3
.github/workflows/docs_update.yml
vendored
|
|
@ -36,5 +36,4 @@ 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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue