Staging
v0.8.1
Revision 556d97f473fa538cef780f84bd29239ecf57d9c5 authored by Zackery Spytz on 05 December 2020, 10:34:51 UTC, committed by GitHub on 05 December 2020, 10:34:51 UTC
1 parent 29afab6
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top