Skip to content

Commit 6bb987f

Browse files
authored
Skip lint hooks for the documentation CI(#43)
1 parent a3703ae commit 6bb987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-docs-branch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ if (!matchingDocsBranches) {
6565

6666
run('npm run prepare-docs');
6767
run('git add -f docs'); // --force needed because generated docs files are gitignored
68-
run('git commit -m "Update docs"');
68+
run('git commit --no-verify -m "Update docs"');
6969
run(`git checkout ${currentBranch}`);

0 commit comments

Comments
 (0)