From 63366189011d6608e0f25befb4a51908e5c7ced0 Mon Sep 17 00:00:00 2001 From: dranc Date: Thu, 14 Dec 2023 15:57:06 +0100 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 68e03a4..b12e2c7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,13 +33,13 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + - run: npm ci + - run: npm build - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: # Upload entire repository path: './build' - - run: npm ci - - run: npm build - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3