Build docs and upload to gh-pages (#1232)

For #889
This commit is contained in:
Alex Kremer
2024-03-05 17:08:35 +00:00
committed by GitHub
parent 73d427c1cb
commit dc8d1658e3
7 changed files with 55 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ fi
mkdir -p ${DOCDIR} > /dev/null 2>&1
pushd ${DOCDIR} > /dev/null 2>&1
cat ${ROOT}/Doxyfile | \
cat ${ROOT}/docs/Doxyfile | \
sed \
-e "s/\${LINT}/YES/" \
-e "s!\${SOURCE}!${ROOT}!" \