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