Skip to content

Commit c9077f9

Browse files
authored
Add publish to sponsors
1 parent eddc4cf commit c9077f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sponsors-in-readme.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
organization: true
1717
token: ${{ secrets.SPONSORS_README_ACTION_PERSONAL_ACCESS_TOKEN }}
1818
file: 'README.md'
19+
- name: Deploy to GitHub Pages 🚀
20+
uses: JamesIves/github-pages-deploy-action@v4
21+
with:
22+
branch: master
23+
folder: '.'

0 commit comments

Comments
 (0)