Skip to content

Add support for MQTT-PAHO 2.0 versioned callbacks with client ID generation and modern dependency management #108

Add support for MQTT-PAHO 2.0 versioned callbacks with client ID generation and modern dependency management

Add support for MQTT-PAHO 2.0 versioned callbacks with client ID generation and modern dependency management #108

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: compas-dev/compas-actions.docs@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}