Skip to content

Commit d7af267

Browse files
author
Murilo Marinho
committed
Trying to fix base url so that the template is visible
1 parent a134299 commit d7af267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# `BASE_URL` determines the website is served from, including CSS & JS assets
99
# You may need to change this to `BASE_URL: ''`
10-
BASE_URL: /${{ github.event.repository.name }}
10+
BASE_URL: ''
1111

1212
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1313
permissions:

0 commit comments

Comments
 (0)