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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-20 18:09:19 +0300
committerGitHub <noreply@github.com>2022-09-20 18:09:19 +0300
commit9114f76513f64a32be79fbccfa254f3441f91bfd (patch)
tree3ef0eba2ed3659bf4fa2671ecae0a3c1f1cbedda
parent34ae52d4fdf3fa653513b14dac68c7f7eddf771a (diff)
Update update-themes.yml
-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