Skip to content

Commit cebdcc4

Browse files
committed
[ci-skip] add [ci-skip] statement
1 parent e9f3481 commit cebdcc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mkdocs-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Deploy docs
1010
runs-on: ubuntu-latest
11+
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
1112
steps:
1213
- name: Checkout main
1314
uses: actions/checkout@v1

0 commit comments

Comments
 (0)