From cfb1bba9b5592cd01339195f70af08da35cf492f Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 12 Feb 2025 13:31:53 -0500 Subject: [PATCH] Fix website preview action (#1205) --- .github/workflows/pr-website-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-website-preview.yml b/.github/workflows/pr-website-preview.yml index 9a9f91ecce..95cc62d850 100644 --- a/.github/workflows/pr-website-preview.yml +++ b/.github/workflows/pr-website-preview.yml @@ -47,6 +47,7 @@ jobs: npm run build - name: Combine builds into one directory + if: github.event.action != 'closed' run: | mkdir combined-build cp -r documentation/build/* combined-build/