aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-01-05 20:06:35 -0600
committerChristian Cleberg <hello@cleberg.net>2025-01-05 20:06:35 -0600
commit9289d8182d967c90bf49530bbb2693af07607f24 (patch)
tree8d6e092176ff5189107f2c979bd1f8481d637083 /build.sh
parent799823f351b6a81b5e59667af80a080aaa7378eb (diff)
downloadcleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.gz
cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.bz2
cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.zip
add new wiki post
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 60fb0f9..c65dea5 100755
--- a/build.sh
+++ b/build.sh
@@ -32,6 +32,10 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
# Minify CSS
minify -o theme/static/styles.min.css theme/static/styles.css
+
+ # Update Sourcehut README
+ pandoc -f org -t html readme.org -o readme.html
+ hut git update --readme readme.html --repo https://git.sr.ht/\~cyborg/cleberg.net
# Deploy changes
rsync -r --delete-before .build/* $ubuntu_server:/var/www/cleberg.net/