Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku authored Apr 24, 2024
1 parent 5ed3b5a commit 4974fcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -14,10 +11,11 @@ jobs:
uses: actions/checkout@v2

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1.0.8
uses: JamesIves/github-sponsors-readme-action@v1.4.0
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 4974fcb

Please sign in to comment.