From 4c0cae0d3f84062d887d7b70db8b797d6e3fa122 Mon Sep 17 00:00:00 2001 From: Jan Hensel Date: Mon, 15 Jan 2024 23:38:48 +0100 Subject: [PATCH] Update public URL --- .github/workflows/gh-pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 071a958..094f117 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -57,7 +57,7 @@ jobs: # this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested # relatively as favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which # will obviously return error 404 not found. - run: ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}" + run: ./trunk build --release --public-url "purltools.hensel.dev" # Deploy to gh-pages branch