Skip to content

Commit 13da303

Browse files
committed
Fix build docker
1 parent 9c6db22 commit 13da303

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
working-directory: frontend
6060
run: npm run build
6161

62+
- name: Clear env
63+
working-directory: frontend
64+
run: rm .env.local
65+
6266
- name: Deploy to GitHub Pages
6367
uses: peaceiris/actions-gh-pages@v3
6468
with:

0 commit comments

Comments
 (0)