Skip to content

Commit 3ee1276

Browse files
authored
Merge pull request #5 from AlexVCaron/github_workflows
Add manual deploy trigger
2 parents 94b5aeb + c0ef2b8 commit 3ee1276

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Deploy Documentation
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
deploy:
7+
description: "Whether to deploy the website to GitHub Pages"
8+
type: boolean
9+
required: false
10+
default: false
411
workflow_call:
512
inputs:
613
deploy:

0 commit comments

Comments
 (0)