File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818 token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19- - name : Generate Sponsors 💖
20- uses : JamesIves/github-sponsors-readme-action@v1
21- with :
22- token : ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
23- file : ' docs/README.md'
2419 - name : Create bump and changelog
2520 uses : commitizen-tools/commitizen-action@master
2621 with :
Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626 run : |
2727 python -m mkdocs build
28+ - name : Generate Sponsors 💖
29+ uses : JamesIves/github-sponsors-readme-action@v1
30+ with :
31+ token : ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
32+ file : ' docs/README.md'
2833 - name : Push doc to Github Page
2934 uses : peaceiris/actions-gh-pages@v2
3035 env :
You can’t perform that action at this time.
0 commit comments