Skip to content

Commit

Permalink
No sub-folder for BASE_URL (#27)
Browse files Browse the repository at this point in the history
Using an empty sub-folder because we're serving directly from mep.mystmd.org now
  • Loading branch information
choldgraf authored Sep 26, 2024
1 parent c67f906 commit 21a5925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21a5925

Please sign in to comment.