chore(deps): update jamesives/github-pages-deploy-action action to v4.1.6
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
JamesIves/github-pages-deploy-action | action | patch |
4.1.5 -> 4.1.6
|
v4.1.6
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 example Author 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: ''
This MR has been generated by Renovate Bot.
Me haz all ze repositoriiiiiiiiiiiiiiiiiies