~taavi/taavi.wtf

d4dfa729fd3b88950c1a339fca9854e07e310461 — Taavi Väänänen 9 months ago e67a34b
add full site url to build step
1 files changed, 1 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -1
@@ 12,7 12,7 @@ tasks:
      cd taavi.wtf
  - build: |
      cd taavi.wtf
      hugo --gc --minify --cleanDestinationDir
      hugo --gc --minify --cleanDestinationDir --baseURL "https://taavi.wtf/"
      tar -C public -cvz . > ../site.tar.gz
  - upload: |
      hut pages publish -d taavi.wtf --not-found /404.html site.tar.gz