From e1660476d3087b586a40060c411c8d25967f48de Mon Sep 17 00:00:00 2001 From: eric-intuitem <71850047+eric-intuitem@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:47:35 +0100 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index df5066c..9e901f1 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -28,11 +28,11 @@ jobs: # Not using npm? Change `npm ci` to `yarn install` or `pnpm i` - name: Install dependencies - run: yarn install + run: pnpm install # Not using npm? Change `npm run build` to `yarn build` or `pnpm run build` - name: Build Astro - run: yarn build + run: pnpm build - name: Upload artifact uses: actions/upload-pages-artifact@v1