Skip to content

Commit f93e979

Browse files
authored
Add a deploy dispatch event (#214)
### Description Allows someone with sufficient permissions to deploy the website by issuing a dispatch event to this repository. This is needed to allow other repository pushes to update the website. ### Issues Resolved ### Check List - [X] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
1 parent 457dbc5 commit f93e979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zola-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy website
33
on:
44
push:
55
branches: ["main"]
6-
6+
repository_dispatch:
7+
types: [deploy]
78
workflow_dispatch:
89

910
permissions:

0 commit comments

Comments
 (0)