Skip to content

docs(name change): change of name from Pattern Library to Design Syst… #208

docs(name change): change of name from Pattern Library to Design Syst…

docs(name change): change of name from Pattern Library to Design Syst… #208

Workflow file for this run

name: Build and deploy docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install and Build
run: |
npm install
npm run build:docs
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public