Skip to content

AC guide .astro -> mdx #481

AC guide .astro -> mdx

AC guide .astro -> mdx #481

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install dependencies and build
working-directory: ./web
run: |
npm install
npm run build