Fix PEP-668 build error attempt#3
1 files changed, 2 insertions(+), 3 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -3
@@ 12,11 12,10 @@ tasks: - install: | pipx ensurepath pipx install lektor pipx ensurepath - build: | cd $site pwd lektor build --output-path public -f minify:html,css,js gzip -k -6 -r public - deploy: | rsync -r $site/public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no" cd $site rsync -r public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no"