Skip to content

docs: build with eleventy instead of jekyll #624

docs: build with eleventy instead of jekyll

docs: build with eleventy instead of jekyll #624

Workflow file for this run

name: PouchDB Docs
on:
push:
paths:
- '.github/actions/**'
- '.github/workflows/docs.yml'
- 'package.json'
- 'bin/**'
- 'docs/**'
pull_request:
branches: [master]
paths:
- '.github/actions/**'
- '.github/workflows/docs.yml'
- 'package.json'
- 'bin/**'
- 'docs/**'
jobs:
test-docs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/install-node-package
with:
node-version: 24
- run: BUILD=1 npm run build-site