Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Update dependency preact to v10.24.3 #973

Update dependency preact to v10.24.3

Update dependency preact to v10.24.3 #973

Workflow file for this run

name: Website
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: website-${{ github.head_ref }}
cancel-in-progress: true
env:
MISE_EXPERIMENTAL: 1
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Mise dependencies
uses: jdx/mise-action@v2
- name: Install project dependencies
run: mise run install
- name: Build
run: mise run build