From 4f9ed8e0a2b0824485cb7caa282684b2fd6c4383 Mon Sep 17 00:00:00 2001 From: Fabrice Rochette Date: Fri, 16 Aug 2024 17:49:59 -0500 Subject: [PATCH] improvements Signed-off-by: Fabrice Rochette --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c123171..c6565db 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -38,6 +38,7 @@ jobs: - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm install + npm run render rm -rf node_modules - name: Setup Pages uses: actions/configure-pages@v5