From a7119e40e5c7d69733c15231f30c6d2ff2f637d5 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 2 Apr 2023 23:56:14 +0200 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 22e338c..7082670 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: npm ci + run: yarn - name: Build site - run: npm run build + run: yarn build - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1