summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-18 15:41:38 +0100
committerGitHub <[email protected]>2021-11-18 15:41:38 +0100
commit9f5dcc054b283ef3950da57ba67f02792316d208 (patch)
tree798b422ce78049dece135354bd08c7e5a60021fa /.github
parent2b167cd03f29714267057e4c0b437a4d6a01b299 (diff)
cd: Add sponsors integration
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 2691d91..4f8fd6f 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -48,6 +48,8 @@ jobs:
npm install
npm run build
npm run export
+ - name: '[Add GitHub Sponsors to Readme]'
+ uses: JamesIves/[email protected]
- name: '[commit changes]'
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"