Skip to content

Commit 80225cc

Browse files
Merge pull request #7 from Sensirion/fix-workflow-triggers
fix gh workflow deploy and doc trigger
2 parents c9710cf + d7a2aeb commit 80225cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
1111
secrets:
1212
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
13+

.github/workflows/build-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Publish Documentation
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master
6-
tags:
7-
- "^[0-9]+.[0-9]+.[0-9]+"
87

98
jobs:
109
documentation:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following instructions and examples use a *SFC6000*.
2929

3030
## Connect the sensor
3131

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/).
3333
For special setups you find the sensor pinout in the section below.
3434

3535
<details><summary>Sensor pinout</summary>

docs/execute-measurements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ execute a simple measurement.
2323
python examples/example_usage_sensorbridge_sfx6xxx.py --serial-port <your COM port>
2424

2525

26-
.. _Sensirion SEK-SensorBridge: https://developer.sensirion.com/sensirion-products/sek-sensorbridge/
26+
.. _Sensirion SEK-SensorBridge: https://developer.sensirion.com/product-support/sek-sensorbridge/
2727

2828

2929
Example script

0 commit comments

Comments
 (0)