From 7d172b544e72ca5ed765c485b8d1a1c9c2d95000 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 6 Mar 2024 18:04:15 -0500 Subject: [PATCH] Debug with tmate --- .github/workflows/Docs4NIST.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Docs4NIST.yml b/.github/workflows/Docs4NIST.yml index e63b9c1..5863e48 100644 --- a/.github/workflows/Docs4NIST.yml +++ b/.github/workflows/Docs4NIST.yml @@ -12,3 +12,6 @@ jobs: formats: |- epub pdf + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3