Skip to content

Commit a08f8dd

Browse files
committed
ADD TO: publish action / try new version of wiki publish action runner
1 parent c88263e commit a08f8dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
git_threshold: partial_outage
133133

134134
- name: Deploy to wiki
135-
uses: Andrew-Chen-Wang/github-wiki-action@v4
135+
uses: Andrew-Chen-Wang/github-wiki-action@v5.0.0
136136
env:
137137
COMMIT_MSG: ${{ github.event.head_commit.message }}
138138
with:
@@ -142,3 +142,5 @@ jobs:
142142
# repository: PHPCSStandards/PHP_CodeSniffer
143143
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
144144
dry-run: ${{ github.event_name == 'pull_request' }}
145+
disable-empty-commits: true
146+
preprocess: false

0 commit comments

Comments
 (0)