diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1d82cc..31b822f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,9 @@ 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: "" + # Replace with the following if we ever serve this from a sub-folder + # BASE_URL: /${{ github.event.repository.name }} # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: