Browse Source

GitHub Actions: Allow running the offline doc building manually

Hugo Locurcio 3 years ago
parent
commit
09c36df016
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build_offline_docs.yml

+ 1 - 0
.github/workflows/build_offline_docs.yml

@@ -1,5 +1,6 @@
 name: Build documentation for offline usage
 name: Build documentation for offline usage
 on:
 on:
+  workflow_dispatch:
   schedule:
   schedule:
     # Every week on Monday at midnight (UTC).
     # Every week on Monday at midnight (UTC).
     # This keeps the generated HTML documentation fresh.
     # This keeps the generated HTML documentation fresh.