We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c0a7bf + d8e5d52 commit b2ffa69Copy full SHA for b2ffa69
1 file changed
.github/workflows/deploy-pages.yml
@@ -3,8 +3,11 @@ name: Deploy Pages
3
on:
4
push:
5
branches:
6
- - main
+ - main
7
workflow_dispatch:
8
+ schedule:
9
+ - cron: "30 16 * * *"
10
+
11
12
permissions:
13
contents: write
@@ -67,7 +70,7 @@ jobs:
67
70
git config user.name "github-actions[bot]"
68
71
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
69
72
git add public/vigotech-generated.json src/content/videos src/content/events
- git commit -m "chore: refresh generated community history"
73
+ git commit -m "chore: refresh generated community history" --no-verify
74
git push
75
76
build:
0 commit comments