Skip to content

Roman weight reading service facility (#155) #352

Roman weight reading service facility (#155)

Roman weight reading service facility (#155) #352

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: 9.1.1
- 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