From b60293246f30681f7d39031dc1b13df399fbfcac Mon Sep 17 00:00:00 2001 From: Sam Tate Date: Wed, 28 Aug 2024 00:26:00 +0100 Subject: [PATCH] added npm i to runner --- .forgejo/workflows/astro-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/astro-deploy.yaml b/.forgejo/workflows/astro-deploy.yaml index cd040ae..cdfe993 100644 --- a/.forgejo/workflows/astro-deploy.yaml +++ b/.forgejo/workflows/astro-deploy.yaml @@ -29,6 +29,9 @@ jobs: with: node-version: 18 + - name: Install node modules + run: npm i + - name: Build site run: npm run build