Skip to content

Commit 1584b9f

Browse files
authored
🚀 fix: remove env basePath
1 parent 6e34ad0 commit 1584b9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy-node.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm run build
30-
env:
31-
NEXT_PUBLIC_BASE_PATH: /
3230
- run: npm run export
33-
env:
34-
NEXT_PUBLIC_BASE_PATH: /
3531
- run: touch ./out/.nojekyll
3632

3733
- name: Deploy 🚀

0 commit comments

Comments
 (0)