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

Commit ad522b4

Browse files
authored
Merge pull request #320 from FileFighter/feature/Documentation-Workflow
commit no verify
2 parents 308a78b + 7406784 commit ad522b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
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
39-
run: git push -f -u origin gh-pages
39+
run: git push -f -u origin gh-pages --no-verify

0 commit comments

Comments
 (0)