Fix broken path in publish_wiki action

This commit is contained in:
Pavel Zhovner
2020-09-16 16:06:15 +03:00
committed by GitHub
parent cc4850f738
commit 3ee9cf4f94

View File

@@ -5,7 +5,7 @@ on:
push: push:
branches: [ master ] branches: [ master ]
paths: paths:
- "wiki" - 'wiki/**'
jobs: jobs: