We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee7d4 commit df21121Copy full SHA for df21121
1 file changed
.github/workflows/deploy.yml
@@ -3,6 +3,7 @@ name: GitHub Pages Deploy
3
on:
4
push:
5
branches: [main]
6
+ workflow_dispatch:
7
env:
8
BASE_URL: /${{ github.event.repository.name }}
9
permissions:
0 commit comments