Skip to content

Commit 8e1ffde

Browse files
authored
ci: remove SITE_BASE_URL
1 parent e5b8274 commit 8e1ffde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-website-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
build:
2929
runs-on: ubuntu-latest
3030
env:
31-
SITE_BASE_URL: /${{ github.event.repository.name }}/
31+
# SITE_BASE_URL: /${{ github.event.repository.name }}/
3232
SITE_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)