toxcore/netlify.toml

11 lines
235 B
TOML
Raw Normal View History

[build]
command = """\
if cd doxygen-awesome-css; then \
git pull && cd ..; \
else \
git clone --depth=1 https://github.com/jothepro/doxygen-awesome-css.git;
fi && \
doxygen docs/Doxyfile \
"""
publish = "_docs/html"