mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Another docs/tutorial gen workflow fix attempt.
This commit is contained in:
parent
ee952b968a
commit
7101ab2008
2 changed files with 6 additions and 2 deletions
4
.github/workflows/gen_docs.yml
vendored
4
.github/workflows/gen_docs.yml
vendored
|
@ -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
|
||||
|
||||
|
|
4
.github/workflows/gen_tutorials.yml
vendored
4
.github/workflows/gen_tutorials.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue