diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09f26ef78..e6133475d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,9 +114,12 @@ jobs: - uses: actions/upload-pages-artifact@v4 with: path: site + name: github-pages-${{ github.run_id }}-${{ github.run_attempt }} - uses: actions/deploy-pages@v4 if: github.event_name == 'push' && github.ref == 'refs/heads/main' id: deployment + with: + artifact_name: github-pages-${{ github.run_id }}-${{ github.run_attempt }} tests-backend: name: "Backend Tests (Python ${{ matrix.python-version }})" runs-on: ubuntu-24.04