We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bed9e9 commit b4a25c4Copy full SHA for b4a25c4
1 file changed
.github/workflows/deploy-pages.yml
@@ -80,7 +80,7 @@ jobs:
80
git config user.name "github-actions[bot]"
81
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
82
git add public/vigotech-generated.json src/content/videos src/content/events
83
- git commit -m "chore: refresh generated community history"
+ git commit -m "chore: refresh generated community history" --no-verify
84
git push
85
86
build:
0 commit comments