Skip to content

Merge pull request #129 from kpcyrd/http #34

Merge pull request #129 from kpcyrd/http

Merge pull request #129 from kpcyrd/http #34

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