👷 Switches docs-wiki sync to use different action

This commit is contained in:
Alicia Sykes 2021-08-04 21:23:04 +01:00 committed by GitHub
parent ae8c33bf25
commit 1df3eda66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,4 @@
# Uses the contents of the ./docs directory for Dashy's GH Wiki page
name: Wiki Sync
on:
workflow_dispatch: # Manual dispatch
@ -9,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@master
uses: cmbrose/github-docs-to-wiki@v0.24
with:
username: example
access_token: ${{ secrets.GITHUB_TOKEN }}
wiki_folder: ./docs
commit_username: 'liss-bot'
commit_email: 'liss-bot@d0h.co'
commit_message: '📕 Chore: Sync Wiki'
githubToken: ${{ secrets.GITHUB_TOKEN }}
defaultBranch: master
rootDocsFolder: ./docs
convertRootReadmeToHomePage: true
useHeaderForWikiName: true
customCommitMessageFormat: ':gem: Chore: Sync Docs to GH Wiki'