mirror of https://github.com/Lissy93/dashy.git
👷 Switches docs-wiki sync to use different action
This commit is contained in:
parent
ae8c33bf25
commit
1df3eda66f
|
@ -1,3 +1,4 @@
|
||||||
|
# Uses the contents of the ./docs directory for Dashy's GH Wiki page
|
||||||
name: Wiki Sync
|
name: Wiki Sync
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manual dispatch
|
workflow_dispatch: # Manual dispatch
|
||||||
|
@ -9,11 +10,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Sync Wiki
|
- name: Sync Wiki
|
||||||
uses: joeizzard/action-wiki-sync@master
|
uses: cmbrose/github-docs-to-wiki@v0.24
|
||||||
with:
|
with:
|
||||||
username: example
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
access_token: ${{ secrets.GITHUB_TOKEN }}
|
defaultBranch: master
|
||||||
wiki_folder: ./docs
|
rootDocsFolder: ./docs
|
||||||
commit_username: 'liss-bot'
|
convertRootReadmeToHomePage: true
|
||||||
commit_email: 'liss-bot@d0h.co'
|
useHeaderForWikiName: true
|
||||||
commit_message: '📕 Chore: Sync Wiki'
|
customCommitMessageFormat: ':gem: Chore: Sync Docs to GH Wiki'
|
||||||
|
|
Loading…
Reference in New Issue