Skip to content

Commit

Permalink
Add tmate to docs workflow for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Dec 4, 2024
1 parent c2ab1ff commit dd2d922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build Python docs
run: uv run sphinx-build python/docs/source docs/python
shell: bash
Expand Down

0 comments on commit dd2d922

Please sign in to comment.