From 3641fa025481318aa615b965700c5c87c7facbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:12:50 +0800 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 (#9496) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compile_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index da674bb4cb..68fe01e6e9 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -79,7 +79,7 @@ jobs: id: version - name: Deploy to subfolder if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs @@ -91,7 +91,7 @@ jobs: single-commit: true - name: Deploy to master if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs