Skip to content

env: Arrange GitHub action #406

env: Arrange GitHub action

env: Arrange GitHub action #406

Workflow file for this run

name: Website
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: yarn build
working-directory: ./website