Skip to content

Commit b2ffa69

Browse files
Merge branch 'main' into feat/revamp
2 parents 1c0a7bf + d8e5d52 commit b2ffa69

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Deploy Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- main
77
workflow_dispatch:
8+
schedule:
9+
- cron: "30 16 * * *"
10+
811

912
permissions:
1013
contents: write
@@ -67,7 +70,7 @@ jobs:
6770
git config user.name "github-actions[bot]"
6871
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6972
git add public/vigotech-generated.json src/content/videos src/content/events
70-
git commit -m "chore: refresh generated community history"
73+
git commit -m "chore: refresh generated community history" --no-verify
7174
git push
7275
7376
build:

0 commit comments

Comments
 (0)