mirror of
https://github.com/tiennm99/loldle.git
synced 2026-09-04 14:20:29 +00:00
fix: derive basePath from repository name in CI workflow
This commit is contained in:
Vendored
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user