Another docs/tutorial gen workflow fix attempt.

This commit is contained in:
Garth Minette 2022-07-21 20:11:04 -07:00
parent ee952b968a
commit 7101ab2008
2 changed files with 6 additions and 2 deletions

View file

@ -32,8 +32,10 @@ jobs:
- name: Generate Docs
uses: GabrielBB/xvfb-action@v1
env:
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
with:
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-docsgen -f
run: openscad-docsgen -f
working-directory: $GITHUB_WORKSPACE
options: #optional

View file

@ -37,8 +37,10 @@ jobs:
- name: Generate Tutorials
uses: GabrielBB/xvfb-action@v1
env:
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
with:
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-mdimggen -f
run: openscad-mdimggen -f
working-directory: $GITHUB_WORKSPACE
options: #optional