Fix more bugs

This commit is contained in:
Santiago Lo Coco 2024-04-23 17:38:22 +02:00
parent 335dea9232
commit a69e9e47a3
1 changed files with 1 additions and 2 deletions

View File

@ -18,9 +18,8 @@ jobs:
- name: Install and Build
run: |
export NODE_ENV=production
npm install
npm run build
NODE_ENV=production npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4