aboutsummaryrefslogtreecommitdiff
path: root/utils/hooks/post-commit
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-30 22:24:42 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-30 22:24:42 -0500
commit9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7 (patch)
tree8d176b6de9a1f07db64954266e3d419571767aa3 /utils/hooks/post-commit
parent53946582d214d3cf559f6db4ef6af1ee44aec39a (diff)
downloadcleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.tar.gz
cleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.tar.bz2
cleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.zip
remove github actions and hooks
Diffstat (limited to 'utils/hooks/post-commit')
-rw-r--r--utils/hooks/post-commit16
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/hooks/post-commit b/utils/hooks/post-commit
deleted file mode 100644
index 3064dc6..0000000
--- a/utils/hooks/post-commit
+++ /dev/null
@@ -1,16 +0,0 @@
-# .git/hooks/post-commit
-#!/bin/bash
-echo "Environment: Development"
-
-# Remove previous build
-rm -rf .build/*
-
-# Run publishing script
-emacs --script publish.el
-
-# Minify CSS
-minify -o theme/static/styles.min.css theme/static/styles.css
-
-# Launch development web server
-cd .build/
-python3 -m http.server