-
Notifications
You must be signed in to change notification settings - Fork 1.5k
41 lines (37 loc) · 830 Bytes
/
docs.yml
File metadata and controls
41 lines (37 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: PouchDB Docs
on:
push:
paths:
- '.github/ISSUE_TEMPLATE/'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'CONTRIBUTING.md'
- 'DISCLAIMER'
- 'LICENSE'
- 'NOTICE'
- 'README.md'
- 'TESTING.md'
- 'docs/**'
pull_request:
branches: [master]
paths:
- '.github/ISSUE_TEMPLATE/'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'CONTRIBUTING.md'
- 'DISCLAIMER'
- 'LICENSE'
- 'NOTICE'
- 'README.md'
- 'TESTING.md'
- '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