From 1ee87d05bec6fdbc3a1909e90ad9f266915d1829 Mon Sep 17 00:00:00 2001 From: Jim Bowring Date: Thu, 20 Jun 2024 11:06:49 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1645714..592bd6d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,8 @@ on: env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''` - BASE_URL: /${{ github.event.repository.name }} + BASE_URL: '' + #/${{ github.event.repository.name }} # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: