-
Notifications
You must be signed in to change notification settings - Fork 298
31 lines (29 loc) · 860 Bytes
/
Copy pathdocs-style.yml
File metadata and controls
31 lines (29 loc) · 860 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
name: Documentation Style
on:
push:
paths:
- ".github/workflows/docs-style.yml"
- "docs/brand.css"
- "docs/docs.css"
- "api-docs/cppdocs/binaryninja-docs.css"
- "api-docs/source/_static/css/other.css"
- "rust/rustdoc-brand.css"
- "scripts/gen_admonitions.py"
- "scripts/support-icons/**"
pull_request:
paths:
- ".github/workflows/docs-style.yml"
- "docs/brand.css"
- "docs/docs.css"
- "api-docs/cppdocs/binaryninja-docs.css"
- "api-docs/source/_static/css/other.css"
- "rust/rustdoc-brand.css"
- "scripts/gen_admonitions.py"
- "scripts/support-icons/**"
jobs:
generated-css:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check generated admonition CSS
run: python3 scripts/gen_admonitions.py --check