From 8b71549df4d28c1d1c0a8f6bec803e0131855ee0 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Fri, 3 Nov 2023 10:52:49 +0100 Subject: [PATCH] debug with tmate --- .github/workflows/build-book.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index f1ed818d4..9901bc228 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -1,11 +1,17 @@ on: - workflow_dispatch: push: branches: - main pull_request: branches: - - main + - mainon: + workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled' + required: false + default: true name: build-book @@ -80,7 +86,7 @@ jobs: - name: Deploy if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-dulteploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages