Skip to content

cleanup github actions #213

cleanup github actions

cleanup github actions #213

Workflow file for this run

name: Documentation
on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '5 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
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