Staging
v0.8.1
Revision cb3e5ed0716114393696ec7201e51fe0595eab4f authored by Lysandros Nikolaou on 16 November 2020, 23:08:35 UTC, committed by GitHub on 16 November 2020, 23:08:35 UTC


This fixes a regression that was introduced by the new parser.

Automerge-Triggered-By: GH:lysnikolaou
1 parent f62dad1
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top