From d2de019a63133bde290c78a3a23670d5afedbe68 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Tue, 30 Apr 2024 09:24:45 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 147ada5..bd9ac8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: /${{ github.event.repository.name }}` - BASE_URL: '' # Not required for 'mgrover1.github.io' domain. Other repos will need to set this! + BASE_URL: /${{ github.event.repository.name }} # Not required for 'mgrover1.github.io' domain. Other repos will need to set this! # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: