File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
uses : sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
11
11
secrets :
12
12
PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
13
+
Original file line number Diff line number Diff line change 1
1
name : Publish Documentation
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- master
6
- tags :
7
- - " ^[0-9]+.[0-9]+.[0-9]+"
8
7
9
8
jobs :
10
9
documentation :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The following instructions and examples use a *SFC6000*.
29
29
30
30
## Connect the sensor
31
31
32
- You can connect your sensor over a [ SEK-SensorBridge] ( https://developer.sensirion.com/sensirion-products /sek-sensorbridge/ ) .
32
+ You can connect your sensor over a [ SEK-SensorBridge] ( https://developer.sensirion.com/product-support /sek-sensorbridge/ ) .
33
33
For special setups you find the sensor pinout in the section below.
34
34
35
35
<details ><summary >Sensor pinout</summary >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ execute a simple measurement.
23
23
python examples/example_usage_sensorbridge_sfx6xxx.py --serial-port <your COM port>
24
24
25
25
26
- .. _Sensirion SEK-SensorBridge : https://developer.sensirion.com/sensirion-products /sek-sensorbridge/
26
+ .. _Sensirion SEK-SensorBridge : https://developer.sensirion.com/product-support /sek-sensorbridge/
27
27
28
28
29
29
Example script
You can’t perform that action at this time.
0 commit comments