Skip to content

fix: update-lockfile #966

fix: update-lockfile

fix: update-lockfile #966

Workflow file for this run

name: Publish Demo
on:
push:
branches:
- main
- fix/pnpm-github-actions
jobs:
release:
name: Update demo pages
runs-on: ubuntu-latest
env:
CI: 'true'
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 22.12.0
pnpm-version: 9.15.1
- name: Build libraries
run: pnpm lerna:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: web/lighthouse-viewer/dist/lighthouse-viewer # The folder the action should deploy.