Skip to content

docs(scrape): add map tool as fallback step for SPA/JS-heavy pages #334

docs(scrape): add map tool as fallback step for SPA/JS-heavy pages

docs(scrape): add map tool as fallback step for SPA/JS-heavy pages #334

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build