-
-
Notifications
You must be signed in to change notification settings - Fork 61
30 lines (23 loc) · 745 Bytes
/
docs-pr.yml
File metadata and controls
30 lines (23 loc) · 745 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
name: Snuba Docs on PR's
on:
pull_request:
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
# we just cache the venv-dir directly in action-setup-venv
enable-cache: false
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
with:
cache-dependency-path: docs-requirements.txt
install-cmd: echo
- name: Generate config schema docs
run: |
make generate-config-docs
- name: Build docs
run: |
make snubadocs