Fix for docsgen.

This commit is contained in:
Garth Minette 2021-04-17 03:50:02 -07:00
parent 57ee2ae71e
commit f47b02d9ef

View File

@ -37,7 +37,7 @@ jobs:
cd $GITHUB_WORKSPACE
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
echo "::add-matcher::.github/openscad_docsgen.json"
openscad-docsgen -m -i -t -c *.scad
openscad-docsgen -m -i -t -c -I *.scad
cd BOSL2.wiki
git config user.name github-actions
git config user.email github-actions@github.com