Update build task names
1 files changed, 2 insertions(+), 2 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -2
@@ 9,8 9,8 @@ environment: sources: - https://git.sr.ht/~animesh/anmsh.net tasks: - run-lektor: | - build: | pipx run lektor build --output-path $site/public -f minify:html,css,js &> /dev/null gzip -k -6 -r public - deploy-site: | - deploy: | rsync -r $site/public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no"