aboutsummaryrefslogtreecommitdiff
path: root/blog/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'blog/build.sh')
-rwxr-xr-xblog/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/blog/build.sh b/blog/build.sh
index 97b4f0cf..d7bce2b6 100755
--- a/blog/build.sh
+++ b/blog/build.sh
@@ -8,6 +8,8 @@ HERE=$(pwd)
rm -rf $TARGET
cp -a content/ $TARGET
+python3 ../interesting-projects/interesting-projects.py >$TARGET/notes/interesting-projects.gmi
+
echo Converting gmi to html...
cd $TARGET