mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
chg: [mkdocs] rsync fixed
This commit is contained in:
parent
c51e31e122
commit
85d2b416bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue