Revert "Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3" (#1760)

Reverts vagrant-libvirt/vagrant-libvirt#1751
This commit is contained in:
Darragh Bailey
2023-08-16 00:18:50 +01:00
committed by GitHub
parent 13acc0500b
commit 1783e762d5
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
BUNDLE_GEMFILE=./docs/Gemfile bundle install
BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --baseurl="/${REPO_NAME}/version/${VERSION}" --destination build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: build

View File

@@ -33,7 +33,7 @@ jobs:
BUNDLE_GEMFILE=./docs/Gemfile bundle install
BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --destination build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: build