Skip to content

Commit 704b845

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

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
@@ -72,7 +72,7 @@ jobs:
7272
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
7373
id: version
7474
- name: Deploy to subfolder
75-
uses: JamesIves/[email protected].2
75+
uses: JamesIves/[email protected].3
7676
with:
7777
token: ${{ secrets.LVGL_BOT_TOKEN }}
7878
repository-name: lvgl/docs
@@ -84,7 +84,7 @@ jobs:
8484
single-commit: true
8585
- name: Deploy to master
8686
if: github.ref == 'refs/heads/master'
87-
uses: JamesIves/[email protected].2
87+
uses: JamesIves/[email protected].3
8888
with:
8989
token: ${{ secrets.LVGL_BOT_TOKEN }}
9090
repository-name: lvgl/docs

0 commit comments

Comments
 (0)