chore(deps): update jamesives/github-pages-deploy-action action to v4.1.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
JamesIves/github-pages-deploy-action | action | patch |
4.1.4 -> 4.1.6
|
Release Notes
JamesIves/github-pages-deploy-action
v4.1.6
Minor Changes
- Resolves an issue that was causing a permission error on the cleanup job. This error was caused by other actions changing directory permissions that prevented a worktree removal step from executing correctly. #922
- Migrated the project to Node version 14 across all integration tests, nvm file, etc.
- Numerous third party dependency updates/fixes.
- The
git-config-email
option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for exampleAuthor Name <>
. You can find an example of how to utilize this below. #868
name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: build
git-config-email: ''
v4.1.5
Minor Changes
- Resolves a bug that was causing the usage of the clean and single commit options together to fail.
- Numerous dependency and security bumps.
Configuration
-
If you want to rebase/retry this MR, click this checkbox. ⚠ Warning: custom changes will be lost.
This MR has been generated by Renovate Bot.
Edited by RenovateBot