fix: derive basePath from repository name in CI workflow

This commit is contained in:
2026-04-04 12:26:56 +07:00
parent a130dd191b
commit bc5a0784b3
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- run: npm run build
env:
NEXT_PUBLIC_BASE_PATH: /loldle
NEXT_PUBLIC_BASE_PATH: /${{ github.event.repository.name }}
- uses: actions/upload-pages-artifact@v3
with: