misp-galaxy/tools/mkdocs/build.sh

7 lines
156 B
Bash
Raw Normal View History

#!/bin/bash
python3 generator.py
2024-02-06 16:16:45 +01:00
cd ./site/ || exit
mkdocs build
rsync --include ".*" -v -rz --checksum site/ circl@cppz.circl.lu:/var/www/misp-galaxy.org