Browse Source

chore: workflow

Yaavi 8 months ago
parent
commit
9793ddbcb3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/deploy-docs.yml

+ 3 - 0
.github/workflows/deploy-docs.yml

@@ -9,6 +9,9 @@ on:
     tags:
     tags:
       - "v*"
       - "v*"
 
 
+  # Allows you to run this workflow manually from the Actions tab on GitHub.
+  workflow_dispatch:
+
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
 jobs:
   # This workflow contains a single job called "build"
   # This workflow contains a single job called "build"