add missing -d to wkd build
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 12,7 12,7 @@ tasks: - build: | cd taavi.wtf hugo --gc --minify --cleanDestinationDir --baseURL "https://taavi.wtf/" sq wkd generate public taavi.wtf ./static/pgp.txt sq wkd generate -d public taavi.wtf ./static/pgp.txt tar -C public -cvz . > ../site.tar.gz - upload: | hut pages publish -d taavi.wtf --not-found /404.html site.tar.gz