From c20dbb9f1d903c3fba2e367ffca47e79f6d88b92 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Sun, 17 Nov 2024 17:21:14 -0500 Subject: [PATCH] Upload site artifacts on main --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84f8f0d743..28b319af43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,8 @@ jobs: image: ${{ matrix.container }} steps: - uses: actions/checkout@v4 + with: + ref: 'main' - name: Install Python dependencies shell: bash