From 47afbac9e811b0251c1e2caea1d14220910a4995 Mon Sep 17 00:00:00 2001 From: gmega Date: Tue, 22 Jul 2025 17:22:37 -0300 Subject: [PATCH] fix: allow copy to return non-zero result --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39cce1d..c1dee8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Build Quartz site run: | cd quartz - cp -r ../* content/ + cp -r ../* content/ || true rm -rf content/.git content/.github content/quartz npx quartz build env: