From 02818ad8cb380378e8f4241ba87ee3243ba0e09a Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:34:05 +0100 Subject: [PATCH] add slash back --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9da3123..d0218da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,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.event.repository.name }} + run: ./trunk build --release --public-url /${{ github.event.repository.name }} - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: