1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 (#7392)

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] 2024-12-03 14:37:40 +01:00 committed by GitHub
parent 9ba60f037b
commit 483c48e9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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