mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-08 04:56:40 +02:00
Bugfix for docs/tutorials workflows.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user