diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 740004087..bd6c19c49 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -47,6 +47,11 @@ jobs: - uses: ./.github/workflows/custom/after-install if: hashFiles('.github/workflows/custom/after-install/action.yml') != '' + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + - uses: ./.github/workflows/pkgdown-build if: github.event_name != 'push'