From d7e89be6537d9c32983dcdd1cb6b6d44abaae062 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 21 May 2024 14:49:09 -0400 Subject: [PATCH] update workflow --- .github/workflows/build_readme.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_readme.yaml b/.github/workflows/build_readme.yaml index 6efc549ad..7a685fd4e 100644 --- a/.github/workflows/build_readme.yaml +++ b/.github/workflows/build_readme.yaml @@ -3,7 +3,7 @@ name: update-readme on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 */4 * * *' jobs: deploy: @@ -12,12 +12,12 @@ jobs: - name: checkout-code uses: actions/checkout@main - name: update-readme - uses: JamesIves/github-sponsors-readme-action@v1.3.1 + uses: JamesIves/github-sponsors-readme-action@v1.4.0 with: token: ${{ secrets.PAT }} file: 'README.md' - name: deploy-readme - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: master folder: '.'