Skip to content

Commit

Permalink
debug with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Nov 3, 2023
1 parent 2ee79b8 commit 8b71549
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b71549

Please sign in to comment.