Skip to content

fix: reset QD picker color on start #148

fix: reset QD picker color on start

fix: reset QD picker color on start #148

Workflow file for this run

name: Build and Deploy Dev
on:
push:
branches:
- dev
jobs:
build-and-deploy-dev:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build 🔧
run: |
npm install
npm run build-dev
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: dist # The branch the action should deploy to.
folder: releases # The folder the action should deploy.
clean: false # build is already clean (keep prod/dev)