mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 22:30:49 +08:00
build(deps): bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 (#9496)
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:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
id: version
|
id: version
|
||||||
- name: Deploy to subfolder
|
- name: Deploy to subfolder
|
||||||
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
|
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:
|
with:
|
||||||
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
repository-name: lvgl/docs
|
repository-name: lvgl/docs
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
single-commit: true
|
single-commit: true
|
||||||
- name: Deploy to master
|
- name: Deploy to master
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/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:
|
with:
|
||||||
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
repository-name: lvgl/docs
|
repository-name: lvgl/docs
|
||||||
|
|||||||
Reference in New Issue
Block a user