diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index a553d413..a11ac0df 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -2,7 +2,7 @@ name: Generate Sponsors README on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "30 15 0-6" jobs: deploy: runs-on: ubuntu-latest @@ -14,10 +14,4 @@ jobs: uses: JamesIves/github-sponsors-readme-action@v1 with: token: ${{ secrets.PAT }} - file: 'README.md' - - - name: Deploy to GitHub Pages 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: main - folder: '.' \ No newline at end of file + file: 'README.md' \ No newline at end of file