From 80607397d0c95d0a5c6abfccc411e5af6fef45d3 Mon Sep 17 00:00:00 2001 From: Jayant Shrivastava Date: Thu, 4 Apr 2024 00:31:15 -0400 Subject: [PATCH] remove public url --- .github/workflows/continuous_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 1a8d9ac..8476dcc 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.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 + run: ./trunk build --release # Deploy to gh-pages branch