mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +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
|
- name: Generate Docs
|
||||||
uses: GabrielBB/xvfb-action@v1
|
uses: GabrielBB/xvfb-action@v1
|
||||||
with:
|
with:
|
||||||
run: |
|
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-docsgen -f
|
||||||
cd $GITHUB_WORKSPACE
|
working-directory: $GITHUB_WORKSPACE
|
||||||
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
|
||||||
openscad-docsgen -f
|
|
||||||
working-directory: ./ #optional
|
|
||||||
options: #optional
|
options: #optional
|
||||||
|
|
||||||
- name: Upload Docs to Wiki
|
- 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
|
- name: Generate Tutorials
|
||||||
uses: GabrielBB/xvfb-action@v1
|
uses: GabrielBB/xvfb-action@v1
|
||||||
with:
|
with:
|
||||||
run: |
|
run: export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE) openscad-mdimggen -f
|
||||||
cd $GITHUB_WORKSPACE
|
working-directory: $GITHUB_WORKSPACE
|
||||||
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
|
||||||
openscad-mdimggen -f
|
|
||||||
working-directory: ./ #optional
|
|
||||||
options: #optional
|
options: #optional
|
||||||
|
|
||||||
- name: Upload Tutorials to Wiki
|
- name: Upload Tutorials to Wiki
|
||||||
|
|
Loading…
Reference in a new issue