From 2c5e7156cae646537246673db05a35246f85d64e Mon Sep 17 00:00:00 2001 From: rds Date: Wed, 25 Sep 2024 13:21:08 +0200 Subject: [PATCH] fix: astro not found --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5090e00..3929e1f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Build - run: npm run build + run: npm ci && npm run build - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1