Skip to content

Commit 483c48e

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.1 (lvgl#7392)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ba60f0 commit 483c48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
6666
id: version
6767
- name: Deploy to subfolder
68-
uses: JamesIves/github-pages-deploy-action@v4.6.8
68+
uses: JamesIves/github-pages-deploy-action@v4.7.1
6969
with:
7070
token: ${{ secrets.LVGL_BOT_TOKEN }}
7171
repository-name: lvgl/docs
@@ -77,7 +77,7 @@ jobs:
7777
single-commit: true
7878
- name: Deploy to master
7979
if: github.ref == 'refs/heads/master'
80-
uses: JamesIves/github-pages-deploy-action@v4.6.8
80+
uses: JamesIves/github-pages-deploy-action@v4.7.1
8181
with:
8282
token: ${{ secrets.LVGL_BOT_TOKEN }}
8383
repository-name: lvgl/docs

0 commit comments

Comments
 (0)