Skip to content

feat: running on gha #6

feat: running on gha

feat: running on gha #6

Workflow file for this run

name: Publis to GitHub Pages
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Deploy (build & test)
uses: borales/actions-yarn@v4
with:
cmd: deploy