aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions/build.yml
blob: 8d72f8f25c9e2fdf33f6e2cfde191e396f9d4e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Build Website
runs:
  using: "composite"
  steps:
    - uses: actions/checkout@v4
    - name: Set Node.js
      uses: actions/setup-node@v4
      with:
        node-version: 20.x
        cache: 'yarn'
    - name: Set up Yarn2
      run: |
        corepack enable
        yarn set version berry
    - name: Run install
      uses: borales/actions-yarn@v5
      with:
        cmd: install # will run `yarn install` command
    - name: Build production bundle
      uses: borales/actions-yarn@v5
      with:
        cmd: build
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage