Skip to content

Commit 96efb40

Browse files
author
Xianpeng Shen
committed
Fixed code style issue
1 parent ad4eb5c commit 96efb40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: MkDocs Deploy
22

33
on:
44
push:
5-
branches: [ master ]
6-
paths:
5+
branches: [master]
6+
paths:
77
- 'docs/**'
88
workflow_dispatch:
99

@@ -19,4 +19,4 @@ jobs:
1919
- run: |
2020
git config user.name 'github-actions'
2121
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
22-
mkdocs gh-deploy --force
22+
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)