There was an error while loading. Please reload this page.
1 parent 9a4f007 commit 5b42064Copy full SHA for 5b42064
1 file changed
.github/workflows/deploy.yml
@@ -3,6 +3,8 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
+ repository_dispatch:
7
+ types: [docs-updated]
8
workflow_dispatch:
9
10
permissions:
0 commit comments