Skip to content

Fixed dependencies arrays #152

Fixed dependencies arrays

Fixed dependencies arrays #152

Workflow file for this run

name: Deploy Rebranding Site
on:
push:
branches:
- feature/rebranding
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build 🔧
run: |
yarn build:styleguidist
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: styleguide # The folder the action should deploy.
target-folder: rebranding