Skip to content

Commit

Permalink
chore: chore making doc action manually triggerable
Browse files Browse the repository at this point in the history
  • Loading branch information
well-it-wasnt-me committed Feb 27, 2024
1 parent 9b77945 commit 2ee66b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: documentation
on:
push:
branches: [main]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

# Allow running the workflow manually from the Actions tab
#workflow_dispatch:
Expand Down

0 comments on commit 2ee66b3

Please sign in to comment.