ci(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (#9333)

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]
2025-12-02 21:32:16 +08:00
committed by GitHub
parent abddf4b49c
commit 42d465f4aa
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
id: version
- name: Deploy to subfolder
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@v4.7.3
uses: JamesIves/github-pages-deploy-action@v4.7.4
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.3
uses: JamesIves/github-pages-deploy-action@v4.7.4
with:
token: ${{ secrets.LVGL_BOT_TOKEN }}
repository-name: lvgl/docs