Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit f8ea49f

Browse files
authored
commit no verify
1 parent 308a78b commit f8ea49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: |
3535
TIMESTAMP=`date +%s`
3636
git add docs
37-
git commit -m "Generated docs: $TIMESTAMP"
37+
git commit --no-verify -m "Generated docs: $TIMESTAMP"
3838
- name: Push
3939
run: git push -f -u origin gh-pages

0 commit comments

Comments
 (0)