From 9434158a754ec013796ce3f5a6fa22f6d8daea6e Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Wed, 4 Oct 2023 11:58:37 -0500 Subject: [PATCH] Setup debug session --- .github/workflows/v2-docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/v2-docs.yaml b/.github/workflows/v2-docs.yaml index a9928bc01..d0cd6dbca 100644 --- a/.github/workflows/v2-docs.yaml +++ b/.github/workflows/v2-docs.yaml @@ -14,7 +14,8 @@ jobs: - run: | cd website yarn install - yarn docusaurus build --config ./docusaurus.config.local.js --out-dir build/local/site + yarn build + - uses: mxschmitt/action-tmate@v3 release: runs-on: ubuntu-latest steps: