Skip to content

build: fix json syntax error #267

build: fix json syntax error

build: fix json syntax error #267

Workflow file for this run

name: Build Documentation
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Setup pnpm 🛠️
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install and Build 🔧
run: |
pnpm install
pnpm run sassDoc
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: docs
folder: docs