Skip to content

feat: initial note color #345

feat: initial note color

feat: initial note color #345

name: 🔥 Github pages deployment
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Setup node 🔧
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies 📦
run: npm ci
- name: Build project 🏗
run: npm run build
- name: Deploy to Github pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: dist/clipboard