mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2025-01-03 23:08:01 +01:00
Merge pull request #406 from PlaceholderAPI/master
Trigger on docs/wiki branch
This commit is contained in:
commit
b24b127ad5
4
.github/workflows/wiki.yml
vendored
4
.github/workflows/wiki.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'wiki/**'
|
- 'wiki/**'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'docs/wiki'
|
||||||
#
|
#
|
||||||
# Releases cause this action to also fire.
|
# Releases cause this action to also fire.
|
||||||
# Using this prevents this problem.
|
# Using this prevents this problem.
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
# We only want to target files in the wiki folder
|
# We only want to target files in the wiki folder
|
||||||
#
|
#
|
||||||
MD_FOLDER: 'wiki'
|
MD_FOLDER: 'wiki'
|
||||||
WIKI_PUSH_MESSAGE: 'Updating wiki from commit ${{ github.event.after }}'
|
WIKI_PUSH_MESSAGE: '${{ github.event.commits[0].message }}'
|
||||||
#
|
#
|
||||||
# We skip/ignore the README.md file in the Wiki folder
|
# We skip/ignore the README.md file in the Wiki folder
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user