Skip to content

Update 'next' to '13.5.2' (#40) #50

Update 'next' to '13.5.2' (#40)

Update 'next' to '13.5.2' (#40) #50

name: Custom Github Pages Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js specified in the '.nvmrc' file
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Install pnpm
run: npm i -gf "pnpm@$(node -p 'require("./package.json").engines.pnpm')" && pnpm -v
- name: Install and Build 🔧
run: |
pnpm i
pnpm run export
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out
branch: gh-pages