Skip to content

merge: prepare for release v2.4.2 #51

merge: prepare for release v2.4.2

merge: prepare for release v2.4.2 #51

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
env:
BUILD_ADD_PATH_PREFIX: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- name: Set up dependencies
run: |
yarn install --immutable
- name: Build
run: |
yarn run build --prefix-paths
yarn run check
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public