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.3.3 to 4.4.0 (#1591)
This commit is contained in:
parent
6226d4d6cd
commit
281422fda0
@ -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.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: build
|
||||
|
2
.github/workflows/publish-documentation.yml
vendored
2
.github/workflows/publish-documentation.yml
vendored
@ -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.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: build
|
||||
|
Loading…
Reference in New Issue
Block a user