fixing syntax

This commit is contained in:
rusefi 2021-11-14 16:44:13 -05:00
parent e91ebe25da
commit 9e2e4da91f
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@
#
# the opposite merge is implemented as https://github.com/rusefi/rusefi/blob/master/.github/workflows/sync-wiki.yaml
#
# TODO: convert to sftp
#
name: Sync Wiki
@ -70,7 +72,6 @@ jobs:
mv site wiki
if [ -n "$RUSEFI_FTP_SERVER" ]; then
echo "Uploading Wiki"
# todo: convert to sftp
ncftpput -R -z -m -V -u "$RUSEFI_DOXYGEN_FTP_USER" -p "$RUSEFI_DOXYGEN_FTP_PASS" "$RUSEFI_FTP_SERVER" / wiki
fi
[ $? -eq 0 ] || { echo "upload FAILED"; exit 1; }