Updated docsgen workflow for Problem Matcher

This commit is contained in:
Garth Minette 2021-03-30 16:50:30 -07:00
parent 23372f2b2e
commit 21a8ec04ec

View file

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