mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 20:26:47 +02:00
Fix for docsgen.
This commit is contained in:
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
||||||
echo "::add-matcher::.github/openscad_docsgen.json"
|
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
|
cd BOSL2.wiki
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
|
Reference in New Issue
Block a user