chg: [mkdocs] rsync fixed

pull/939/head
Alexandre Dulaunoy 2024-02-23 12:30:45 +01:00
parent c51e31e122
commit 85d2b416bc
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [ $? -eq 0 ]; then
else
echo "Dependencies missing or with incorrect versions. Please install all dependencies from $requirements_path into your environment."
rm installed.txt # Clean up
exit 1
# exit 1
fi
rm installed.txt # Clean up
@ -18,4 +18,4 @@ rm installed.txt # Clean up
python3 generator.py
cd ./site/ || exit
mkdocs build
rsync --include ".*" -v -rz --checksum site/ circl@cppz.circl.lu:/var/www/misp-galaxy.org
rsync --include ".*" -avh --delete -rz --checksum site/ circl@cppz.circl.lu:/var/www/misp-galaxy.org