mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Workflow testing 10.
This commit is contained in:
parent
1da2add34f
commit
7b250910eb
2 changed files with 3 additions and 5 deletions
3
.github/workflows/gen_docs.yml
vendored
3
.github/workflows/gen_docs.yml
vendored
|
@ -33,10 +33,9 @@ jobs:
|
|||
- name: Generate Docs
|
||||
uses: GabrielBB/xvfb-action@v1.6
|
||||
env:
|
||||
OPENSCADPATH: $(dirname ${{ github.workspace }} )
|
||||
OPENSCADPATH: ${{ github.workspace }}/..
|
||||
with:
|
||||
run: $(which openscad-docsgen) -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
|
||||
- name: Upload Docs to Wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
|
|
5
.github/workflows/gen_tutorials.yml
vendored
5
.github/workflows/gen_tutorials.yml
vendored
|
@ -37,16 +37,15 @@ jobs:
|
|||
|
||||
- name: FooTest
|
||||
env:
|
||||
OPENSCADPATH: $(dirname ${{ github.workspace }} )
|
||||
OPENSCADPATH: ${{ github.workspace }}/..
|
||||
run: echo $OPENSCADPATH
|
||||
|
||||
- name: Generate Tutorials
|
||||
uses: GabrielBB/xvfb-action@v1.6
|
||||
env:
|
||||
OPENSCADPATH: $(dirname ${{ github.workspace }} )
|
||||
OPENSCADPATH: ${{ github.workspace }}/..
|
||||
with:
|
||||
run: $(which openscad-mdimggen) -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
|
||||
- name: Upload Tutorials to Wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
|
|
Loading…
Reference in a new issue