From 8154d4b08fe82fad2fd3fd9fef592528ba9c26b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:48:38 +0100 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#4912) 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 e3cd8635e7..4f22067046 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -65,7 +65,7 @@ jobs: echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)" id: version - name: Deploy to subfolder - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs @@ -77,7 +77,7 @@ jobs: single-commit: true - name: Deploy to master if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs