Skip to content

sort options lists and editable fields lists alphabetically (#161) #98

sort options lists and editable fields lists alphabetically (#161)

sort options lists and editable fields lists alphabetically (#161) #98

# Simple workflow for deploying static content to GitHub Pages
# Adapted from vite.dev
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
permissions:
contents: write
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install
run: bun install
- name: Build with Vite
run: bun run build --base=/cellpack-client
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist
clean-exclude: pr-preview/
branch: gh-pages