Skip to content

chore: Bump postcss from 8.4.21 to 8.4.31 in /example (#424) #27

chore: Bump postcss from 8.4.21 to 8.4.31 in /example (#424)

chore: Bump postcss from 8.4.21 to 8.4.31 in /example (#424) #27

Workflow file for this run

name: Build Example Site
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: ⬢ Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.14.2
- name: Install and Build 🔧
run: yarn && yarn example:build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: example/dist
CLEAN: true