Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.4.0 (#1591)

This commit is contained in:
dependabot[bot] 2022-09-08 18:59:27 +00:00 committed by GitHub
parent 6226d4d6cd
commit 281422fda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.3.3
uses: JamesIves/github-pages-deploy-action@v4.4.0
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.3.3
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
branch: gh-pages
folder: build