Skip to content

TLS support in pymonetdb #206

TLS support in pymonetdb

TLS support in pymonetdb #206

Workflow file for this run

name: Documentation
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Debian packages
run: |
sudo apt-get update -qq
sudo apt-get install -y python3-pip make python3-venv
- name: Run doc
run: make doc