Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 (#1645)

This commit is contained in:
dependabot[bot]
2022-10-17 09:46:20 +00:00
committed by GitHub
parent a12054f2ad
commit f77a878345
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 install
BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --baseurl="/${REPO_NAME}/version/${VERSION}" --destination build BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --baseurl="/${REPO_NAME}/version/${VERSION}" --destination build
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.0 uses: JamesIves/github-pages-deploy-action@v4.4.1
with: with:
branch: gh-pages branch: gh-pages
folder: build folder: build

View File

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