diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-01-05 20:06:35 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-01-05 20:06:35 -0600 |
commit | 9289d8182d967c90bf49530bbb2693af07607f24 (patch) | |
tree | 8d6e092176ff5189107f2c979bd1f8481d637083 /build.sh | |
parent | 799823f351b6a81b5e59667af80a080aaa7378eb (diff) | |
download | cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.gz cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.bz2 cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.zip |
add new wiki post
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/ |