chore(deps): update jamesives/github-pages-deploy-action action to v4.1.7
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
JamesIves/github-pages-deploy-action | action | patch |
4.1.6 -> 4.1.7
|
v4.1.7
npm ci
instead of npm install
in examples by @bananer in https://github.com/JamesIves/github-pages-deploy-action/pull/934
git-config-email
option again. If you wish to omit this field entirely you must now provide <>
in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide a git-config-email
parameter at all. You can find an example of this below.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: <>
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.6...4.1.7
This MR has been generated by Renovate Bot.
Me haz all ze repositoriiiiiiiiiiiiiiiiiies