Skip to content

Commit 2943429

Browse files
committed
add building docs
1 parent e2e10a6 commit 2943429

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: documentation
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
scripts:
9+
name: deploy-chatmail tests
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- name: initenv
15+
run: scripts/initenv.sh
16+
17+
- name: build documentation
18+
working-directory: doc
19+
run: venv/bin/sphinx-build source build
20+
21+
- name: build documentation second time (for TOC)
22+
working-directory: doc
23+
run: venv/bin/sphinx-build source build

0 commit comments

Comments
 (0)