Fix broken path in publish_wiki action
This commit is contained in:
parent
cc4850f738
commit
3ee9cf4f94
2
.github/workflows/publish_wiki.yml
vendored
2
.github/workflows/publish_wiki.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- "wiki"
|
- 'wiki/**'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user