Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#1764)

This commit is contained in:
dependabot[bot] 2023-09-07 15:01:09 +00:00 committed by GitHub
parent b8c2f14435
commit 1a19f88556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ jobs:
- name: Deploy preview directory
if: env.action == 'deploy'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: ${{ env.preview_branch }}
folder: jekyll-docs
@ -95,7 +95,7 @@ jobs:
- name: Remove preview directory
if: env.action == 'remove'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: ${{ env.preview_branch }}
folder: ${{ env.emptydir }}

View File

@ -27,7 +27,7 @@ jobs:
extra-config: ${{ inputs.extra-config }}
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: build