mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#1764)
This commit is contained in:
parent
b8c2f14435
commit
1a19f88556
4
.github/workflows/deploy-docs-preview.yml
vendored
4
.github/workflows/deploy-docs-preview.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user