From 92f6e67f9cb93192eb71967b7e82d6914339f775 Mon Sep 17 00:00:00 2001 From: Maria Date: Mon, 5 Aug 2024 18:18:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d9995cc..8b5e196 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: run: npm - name: Generate - run: npm run generate + run: npm generate - name: Deploy uses: peaceiris/actions-gh-pages@v3