site

personal website, served at mordaunt.dev/site
Log | Files | Refs

commit 6915489b344eb6bdcc87a50f515daaa2fb1bd717
parent a89a947bc643d1cad2412a603bf1de4ba8d7666a
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Fri, 11 Jul 2025 11:55:13 -0300

ci: actually need the full domain

We need the full domain for the publish.
Thus we need to decouple the name of the repo from the domain name.

Diffstat:
M.builds/publish.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/publish.yml b/.builds/publish.yml @@ -4,10 +4,10 @@ packages: - hut - hugo environment: - site: site + site: jackmordaunt.srht.site tasks: - package: | - cd $site + cd site hugo tar -C public -cvz . > ../site.tar.gz - upload: |