about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 20c5096..28e650d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -24,7 +24,7 @@ tasks:
 - package: |
     cd $site
     ./create-webring.sh
-    hugo
+    hugo --baseURL="https://huyngo.srht.site"
     cd public
     tar -cvz . > ../../site.tar.gz
 - upload: |