Skip to content

Bump postcss from 8.4.12 to 8.4.31 (#45) #28

Bump postcss from 8.4.12 to 8.4.31 (#45)

Bump postcss from 8.4.12 to 8.4.31 (#45) #28

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/[email protected]
with:
branch: dist-build
folder: dist