diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-12-05 18:07:56 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-12-05 18:07:56 -0600 |
commit | a3e3ac75fc738dd1d2b7db5243ba50a44d82da41 (patch) | |
tree | 376aecec70dc02b8be422e288261111e81ddc471 | |
parent | 2909fa2564e3d114a1b9fbdfb17890d2bb2dbb79 (diff) | |
download | cleberg.net-a3e3ac75fc738dd1d2b7db5243ba50a44d82da41.tar.gz cleberg.net-a3e3ac75fc738dd1d2b7db5243ba50a44d82da41.tar.bz2 cleberg.net-a3e3ac75fc738dd1d2b7db5243ba50a44d82da41.zip |
add README build commands
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,8 +35,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then # Update README on Sourcehut pandoc -f org -t html readme.org -o readme.html - hut git update --readme readme.html --repo - https://git.sr.ht/\~cyborg/cleberg.net + 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/ |