aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions/build.yml
blob: d95d14d443ade038680582d78f16302cc686e05e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: 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