Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Apr 24, 2024
1 parent 2a6a6b3 commit a658daa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Sponsors README
name: publish-sponsors
on:
push:
branches:
Expand All @@ -7,17 +7,18 @@ on:
branches:
- master
jobs:
deploy:
generate-sponsors:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1.0.8
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
file: 'README.md'
active-only: false

- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit a658daa

Please sign in to comment.