diff --git a/.github/assets/icon.png b/.github/assets/icon.png new file mode 100644 index 00000000..2edaa4e2 Binary files /dev/null and b/.github/assets/icon.png differ diff --git a/assets/screenshot.png b/.github/assets/screenshot.png similarity index 100% rename from assets/screenshot.png rename to .github/assets/screenshot.png diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml new file mode 100644 index 00000000..daa8dd5b --- /dev/null +++ b/.github/workflows/sponsors.yml @@ -0,0 +1,25 @@ +name: publish-sponsors +on: + workflow_dispatch: + schedule: + - cron: 30 15 * * 0-6 + +jobs: + generate-sponsors: + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v2 + + - name: Generate Sponsors 💖 + uses: JamesIves/github-sponsors-readme-action@releases/v1 + with: + token: ${{ secrets.PAT }} + file: 'README.md' + template: '' + + - name: Deploy to GitHub Pages + uses: JamesIves/github-pages-deploy-action@4.1.1 + with: + branch: dev + folder: '.' \ No newline at end of file diff --git a/README.md b/README.md index c61b0122..bcf54994 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

@@ -35,7 +35,7 @@

- +

## Getting Started :airplane: @@ -346,6 +346,9 @@ If you wish to remove these files you must go into the deployment branch directl ## Support 💖 -This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors). +This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors) and sponsors. If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). -If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license, and the project logo was created by [Paganini](https://twitter.com/paganiniart). + + + + This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license. \ No newline at end of file diff --git a/assets/icon.png b/assets/icon.png deleted file mode 100644 index f1b729fd..00000000 Binary files a/assets/icon.png and /dev/null differ