Skip to content

Commit 825f5c3

Browse files
build(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc34531 commit 825f5c3

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
@@ -79,7 +79,7 @@ jobs:
7979
id: version
8080
- name: Deploy to subfolder
8181
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
82-
uses: JamesIves/[email protected].3
82+
uses: JamesIves/[email protected].6
8383
with:
8484
token: ${{ secrets.LVGL_BOT_TOKEN }}
8585
repository-name: lvgl/docs
@@ -91,7 +91,7 @@ jobs:
9191
single-commit: true
9292
- name: Deploy to master
9393
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
94-
uses: JamesIves/[email protected].3
94+
uses: JamesIves/[email protected].6
9595
with:
9696
token: ${{ secrets.LVGL_BOT_TOKEN }}
9797
repository-name: lvgl/docs

0 commit comments

Comments
 (0)