build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 (#9667)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-02 11:02:35 +08:00
committed by GitHub
parent 6b6efee6b5
commit 8287acd18e

View File

@@ -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.6
uses: JamesIves/github-pages-deploy-action@v4.8.0
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.6
uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
token: ${{ secrets.LVGL_BOT_TOKEN }}
repository-name: lvgl/docs