From 7e4ddb361c5f3f3611094ea713e43df6b204acde Mon Sep 17 00:00:00 2001 From: alvaro lorente Date: Fri, 30 Aug 2024 18:09:46 +0200 Subject: [PATCH] feat: rebrand --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fc6570..c166433 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: restore-keys: | ${{ runner.os }}-cache- - name: Install dependencies - run: npm ci + run: npm install --force - name: Build website run: npm run build - name: Deploy to GitHub Pages