Skip to content

Merge pull request #909 from mainmatter/step2-remove-post-css-process #343

Merge pull request #909 from mainmatter/step2-remove-post-css-process

Merge pull request #909 from mainmatter/step2-remove-post-css-process #343

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist