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

Update dependency @astrojs/netlify to v5.5.4 #969

Update dependency @astrojs/netlify to v5.5.4

Update dependency @astrojs/netlify to v5.5.4 #969

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