Skip to content

Commit

Permalink
fix: deploy new README with sponsor
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jul 25, 2024
1 parent dc17ed3 commit f978255
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ jobs:
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
file: 'README.md'
fallback: 'No sponsor at the moment! 😢'
fallback: 'No sponsor at the moment! 😢'

- name: Deploy README 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'

0 comments on commit f978255

Please sign in to comment.