Skip to content

Commit d8d50e2

Browse files
docs: update backend tables to rename llama.cpp to llama-cpp and align formatting
1 parent 47a1ac2 commit d8d50e2

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run tests and upload coverage
22

33
on: push
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
test:
710
name: Run tests and collect coverage

.github/workflows/docs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy docs
2+
3+
on:
4+
push:
5+
branches: [prod]
6+
paths:
7+
- 'docs/**'
8+
- 'mkdocs.yml'
9+
10+
permissions:
11+
contents: write
12+
13+
jobs:
14+
deploy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v6
18+
- uses: actions/setup-python@v6
19+
with:
20+
python-version: '3.12'
21+
- run: pip install mkdocs-material
22+
- run: mkdocs gh-deploy --force

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
build:
912
name: Build distribution

0 commit comments

Comments
 (0)