Update sponsors.yml
This commit is contained in:
parent
df9eb6b7b0
commit
9aa61afc63
1 changed files with 10 additions and 3 deletions
13
.github/workflows/sponsors.yml
vendored
13
.github/workflows/sponsors.yml
vendored
|
@ -1,8 +1,8 @@
|
||||||
name: Generate Sponsors README
|
name: Generate Sponsors README
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: 30 15 * * 0-6
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -14,3 +14,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
|
marker: 'real-sponsors'
|
||||||
|
template: '<a href="https://github.com/sponsors/steveruizok"><img src="https://github.com/{{{ login }}}.png" width="32px" alt="" /></a>'
|
||||||
|
- name: Deploy to GitHub Pages 🚀
|
||||||
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
|
with:
|
||||||
|
branch: main
|
||||||
|
folder: '.'
|
||||||
|
|
Loading…
Reference in a new issue