Skip to content

feat(templates): update README #26

feat(templates): update README

feat(templates): update README #26

Workflow file for this run

name: deploy-docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set node
uses: actions/setup-node@v6
with:
node-version: 20
- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
npm i
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
branch: gh-pages
folder: dist