Skip to content

Merge pull request #107 from tim77/patch #33

Merge pull request #107 from tim77/patch

Merge pull request #107 from tim77/patch #33

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install scdoc
- name: Build
run: make docs