Skip to content

fix: add .webp and extension-agnostic desk overlay support in setSide.ts #524

fix: add .webp and extension-agnostic desk overlay support in setSide.ts

fix: add .webp and extension-agnostic desk overlay support in setSide.ts #524

Workflow file for this run

name: Deploy CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Build Project
run: bun run build
- name: Run Tests
run: bun test
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist