Staging
v0.5.1
Revision 2e0760bb2edb595050aff82f236cd32b44d3dfb3 authored by Irit Katriel on 04 December 2020, 21:22:03 UTC, committed by GitHub on 04 December 2020, 21:22:03 UTC
This can happen when a file was edited after it was imported.
1 parent 8d4f57d
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top