This website works better with JavaScript
Home
Explore
Help
Sign In
torambo.com
/
Momentum-Apps
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix broken path in publish_wiki action
Pavel Zhovner
5 years ago
parent
cc4850f738
commit
3ee9cf4f94
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/publish_wiki.yml
+ 1
- 1
.github/workflows/publish_wiki.yml
View File
@@ -5,7 +5,7 @@ on:
push:
branches: [ master ]
paths:
- -
"wiki"
+ -
'wiki/**'
jobs: