Skip to content

Bump postcss from 8.3.9 to 8.4.31 (#34) #37

Bump postcss from 8.3.9 to 8.4.31 (#34)

Bump postcss from 8.3.9 to 8.4.31 (#34) #37

Workflow file for this run

name: GitHub Pages deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install & Build 🔧
run: |
yarn
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: public
CLEAN: true