We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e40f2 commit 80a2390Copy full SHA for 80a2390
1 file changed
.github/workflows/deploy-pages.yml
@@ -6,6 +6,7 @@ name: Deploy to GitHub Pages
6
on:
7
push:
8
branches: [main]
9
+ workflow_dispatch: # Manual deploy from Actions tab (no push required)
10
11
permissions:
12
contents: read
0 commit comments