diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-21 06:45:03 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-21 06:45:03 -0500 |
commit | bb4dbb82897d1a1c2c388834920caf0a6250fd1e (patch) | |
tree | de9759762c7270862df29adf6ef6f8b98f5b245d /build.sh | |
parent | 759efab52be8532b2d5f55821b47a12ddce200f5 (diff) | |
download | cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.gz cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.bz2 cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.zip |
partial fix of outdated git links
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,9 +10,6 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then emacs --script publish.el &>/dev/null && \ minify -o theme/static/styles.min.css \ theme/static/styles.css && \ - pandoc -f org -t html readme.org -o readme.html && \ - hut git update --readme readme.html --repo \ - https://git.sr.ht/\~cyborg/cleberg.net && \ rsync -r --delete-before .build/* \ ubuntu:/var/www/cleberg.net/ else |