Skip to content

[actions] update shared actions #5

[actions] update shared actions

[actions] update shared actions #5

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: lts/*
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
clean: true