chore(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.4.3 (#4700)
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:
4
.github/workflows/compile_docs.yml
vendored
4
.github/workflows/compile_docs.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
|
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
|
||||||
id: version
|
id: version
|
||||||
- name: Deploy to subfolder
|
- name: Deploy to subfolder
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
SINGLE_COMMIT: true
|
SINGLE_COMMIT: true
|
||||||
- name: Deploy to master
|
- name: Deploy to master
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user