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:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "wiki"
|
||||
- 'wiki/**'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user