diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e8d8ac..4f499c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,5 +125,5 @@ jobs: path: doc/html - name: Deploy to GitHub Pages (jll63) - if: matrix.os == 'ubuntu-latest' && github.repository_owner == 'jll63' + if: matrix.os == 'ubuntu-latest' && github.triggering_actor == 'jll63' uses: actions/deploy-pages@v4