We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9eda8 commit 193ab23Copy full SHA for 193ab23
.github/workflows/bumpversion.yml
@@ -16,11 +16,6 @@ jobs:
16
with:
17
fetch-depth: 0
18
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'
24
- name: Create bump and changelog
25
uses: commitizen-tools/commitizen-action@master
26
.github/workflows/docspublish.yml
@@ -25,6 +25,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
27
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'
33
- name: Push doc to Github Page
34
uses: peaceiris/actions-gh-pages@v2
35
env:
0 commit comments