diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a51e69..783f141 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 }}