Skip to content

Fix docs

Fix docs #120

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:24.0
steps:
- uses: actions/checkout@v2
- name: Install gawk
run: apt update && apt install sudo && sudo apt-get install gawk
- name: Compile
run: make
- name: Run tests
run: make test
#- name: Make documentation
# run: make gh-pages