Skip to content

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 (#49) #32

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 (#49)

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 (#49) #32

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'webpack.dev.js'
- 'jest.config.js'
- '.gitignore'
- '.eslint*'
- '.husky'
jobs:
build:
runs-on: ubuntu-latest
name: Building
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install
run: npm install
- name: Build
run: |
npm run build
- name: Push to dist-build branch
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: dist-build
folder: dist