From f9782550c4dcb9a1295a4b1dcc0a4481a6eb257d Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Thu, 25 Jul 2024 17:30:03 +0200 Subject: [PATCH] fix: deploy new README with sponsor Signed-off-by: Thomas Poignant --- .github/workflows/sponsors.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index 4f931c82160..3e4a742ff98 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -17,4 +17,10 @@ jobs: with: token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} file: 'README.md' - fallback: 'No sponsor at the moment! 😢' \ No newline at end of file + fallback: 'No sponsor at the moment! 😢' + + - name: Deploy README 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: main + folder: '.' \ No newline at end of file