Skip to content

update: handle favicon errors in prerender #9

update: handle favicon errors in prerender

update: handle favicon errors in prerender #9

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build website
working-directory: apps/www
run: NODE_OPTIONS="--max-old-space-size=8192" pnpm build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: apps/www/build