Added manual doc build workflow
authorTomas Vavra <tvavra@openssl.org>
Mon, 8 Jan 2024 14:29:22 +0000 (15:29 +0100)
committerTomas Vavra <tvavra@openssl.org>
Mon, 8 Jan 2024 14:29:22 +0000 (15:29 +0100)
.github/workflows/doc_manual.yml [moved from .github/workflows/manual.yml with 98% similarity]

similarity index 98%
rename from .github/workflows/manual.yml
rename to .github/workflows/doc_manual.yml
index 361adeb83fdcfb3593db53f2c447c03d5bc78233..cd14e377ce691e2e1092ed1dbdefa114704ddaa8 100644 (file)
@@ -7,12 +7,11 @@ name: Manual Doc build workflow
 on:
   workflow_dispatch:
     # Inputs the workflow accepts.
-    
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
   # This workflow contains a single job called "greet"
-  build_blog_site:
+  build_doc_site:
     # The type of runner that the job will run on
     runs-on: [ ubuntu-22.04-self-hosted ]
 #    runs-on: [ self-hosted ]