From 1f4d231f35a197082c118c77dd072f155cd72d3c Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 19 Nov 2024 14:30:01 -0800 Subject: [PATCH] Publish artifact after building website in PRs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a51e69b..783f1412 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: # Store the website as a build artifact so we can deploy it later - name: Upload HTML website as an artifact # Only if not a pull request - if: success() && github.event_name != 'pull_request' + if: success() uses: actions/upload-artifact@v4 with: name: html-${{ github.sha }}