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 ecf5af9 commit b24c6e0Copy full SHA for b24c6e0
.github/workflows/build-docs.yml
@@ -5,6 +5,7 @@ on:
5
- main
6
paths:
7
- 'docs/**'
8
+ workflow_dispatch: # Add this line to enable manual triggering
9
10
permissions:
11
contents: write # Gives write permission to repository contents
0 commit comments