Skip to content

feat: Add 1.3.5 and 1.3.6 (#90) #221

feat: Add 1.3.5 and 1.3.6 (#90)

feat: Add 1.3.5 and 1.3.6 (#90) #221

Workflow file for this run

name: Deploy blog
on:
push:
branches:
- main
- experimental
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- name: Install Deps
run: pnpm install --frozen-lockfile
- name: Build Blog
env:
NODE_OPTIONS: --max_old_space_size=8192
run: pnpm run build:webpack
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist