Skip to content

Transition color mode change #114

Transition color mode change

Transition color mode change #114

Workflow file for this run

name: Deploy website
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
yarn install --frozen-lockfile
yarn workspace greenbox-web run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: packages/greenbox-web/dist