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 36c67c8 commit 15ef984Copy full SHA for 15ef984
.github/workflows/deploy-docs.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
tags:
7
- 'v*' # Trigger on tags like v1.0, v2.3.4
8
+ workflow_dispatch: # Enable manual triggering
9
10
jobs:
11
deploy-docs:
0 commit comments