We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6db22 commit 13da303Copy full SHA for 13da303
1 file changed
.github/workflows/ci.yml
@@ -59,6 +59,10 @@ jobs:
59
working-directory: frontend
60
run: npm run build
61
62
+ - name: Clear env
63
+ working-directory: frontend
64
+ run: rm .env.local
65
+
66
- name: Deploy to GitHub Pages
67
uses: peaceiris/actions-gh-pages@v3
68
with:
0 commit comments