Skip to content

Commit 19de6cd

Browse files
committed
add py docs deployment
1 parent 2f7a1cb commit 19de6cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
pull_request:
4+
branches:
5+
- master
6+
7+
jobs:
8+
gh_pages:
9+
uses: sensirion/.github/.github/workflows/shared.arduino.check.yml@generic-python-docs-pipeline
10+
with:
11+
run-environment: "ubuntu-22.04"
12+
build-python-version: "3.8"
13+
docs-dir: "./python-wrapper/docs"
14+
15+

0 commit comments

Comments
 (0)