Skip to content

Commit 4e66f44

Browse files
fix(github): fix BASE_URL
1 parent dad8fbe commit 4e66f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
pull_request:
99
branches: [main]
1010

11-
#env:
11+
env:
1212
# `BASE_URL` determines the website served from, including CSS and JS assets
13-
BASE_URL: /${{ github.event.repository.name }}
13+
BASE_URL: /${{ github.event.repository.name }}
1414

1515
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1616
permissions:

0 commit comments

Comments
 (0)