mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Bugfix for docs/tutorials workflows.
This commit is contained in:
parent
6d3943fc90
commit
ee952b968a
2 changed files with 4 additions and 10 deletions
7
.github/workflows/gen_docs.yml
vendored
7
.github/workflows/gen_docs.yml
vendored
|
@ -33,11 +33,8 @@ jobs:
|
|||
- name: Generate Docs
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
||||
openscad-docsgen -f
|
||||
working-directory: ./ #optional
|
||||
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-docsgen -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
options: #optional
|
||||
|
||||
- name: Upload Docs to Wiki
|
||||
|
|
7
.github/workflows/gen_tutorials.yml
vendored
7
.github/workflows/gen_tutorials.yml
vendored
|
@ -38,11 +38,8 @@ jobs:
|
|||
- name: Generate Tutorials
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
||||
openscad-mdimggen -f
|
||||
working-directory: ./ #optional
|
||||
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-mdimggen -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
options: #optional
|
||||
|
||||
- name: Upload Tutorials to Wiki
|
||||
|
|
Loading…
Reference in a new issue