Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-themes.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-themes.yml b/.github/workflows/update-themes.yml
index f847668..3f6e346 100644
--- a/.github/workflows/update-themes.yml
+++ b/.github/workflows/update-themes.yml
@@ -2,6 +2,7 @@ name: update-themes
on:
schedule:
- cron: '0 0 */3 * *'
+ workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest