mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
👷 Reverts Wiki action, refactors credits action
This commit is contained in:
parent
73dd46114f
commit
cab18d5471
18
.github/workflows/generate-credits.yml
vendored
18
.github/workflows/generate-credits.yml
vendored
@ -21,7 +21,23 @@ jobs:
|
|||||||
userNameHeight: 20
|
userNameHeight: 20
|
||||||
svgWidth: 830
|
svgWidth: 830
|
||||||
commitMessage: ':blue_heart: Updates contributor SVG'
|
commitMessage: ':blue_heart: Updates contributor SVG'
|
||||||
# Job #2 - Update the Credits page
|
# Job #2 - Fetches sponsors and inserts into readme and credits page
|
||||||
|
insert-sponsors:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout 🛎️
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Generate Sponsors in Readme 💖
|
||||||
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: 'README.md'
|
||||||
|
- name: Generate Sponsors in Credits 💖
|
||||||
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: 'docs/credits.md'
|
||||||
|
# Job #3 - Update the Credits page
|
||||||
insert-credits:
|
insert-credits:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Inserts contributors into credits.md
|
name: Inserts contributors into credits.md
|
||||||
|
23
.github/workflows/insert-sponsors.yml
vendored
23
.github/workflows/insert-sponsors.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
# Generates a list of sponsors, and inserts it into specified files
|
|
||||||
# where the `<!-- sponsors --><!-- sponsors -->` tag is
|
|
||||||
name: Inserts Sponsors
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout 🛎️
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Generate Sponsors in Readme 💖
|
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: 'README.md'
|
|
||||||
- name: Generate Sponsors in Credits 💖
|
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: 'docs/credits.md'
|
|
14
.github/workflows/wiki-sync.yml
vendored
14
.github/workflows/wiki-sync.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Sync Wiki
|
- name: Sync Wiki
|
||||||
uses: cmbrose/github-docs-to-wiki@v0.24
|
uses: joeizzard/action-wiki-sync@master
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
username: example
|
||||||
defaultBranch: master
|
access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
rootDocsFolder: ./docs
|
wiki_folder: ./docs
|
||||||
convertRootReadmeToHomePage: true
|
commit_username: 'liss-bot'
|
||||||
useHeaderForWikiName: true
|
commit_email: 'liss-bot@d0h.co'
|
||||||
customCommitMessageFormat: ':gem: Chore: Sync Docs to GH Wiki'
|
commit_message: '📕 Chore: Sync Wiki'
|
||||||
|
Loading…
Reference in New Issue
Block a user